Color Hex Logo

#b699bc Color Hex

#B699BC
(182,153,188)
0 Favorites   0 Comments

Color spaces of #b699bc

RGB 182153188
HSL0.800.210.67
HSV290°19°74°
CMYK 0.030.190.00   0.26
XYZ39.759736.358452.4993
Yxy36.35840.30910.2827
Hunter Lab60.297912.1793-9.4132
CIE-Lab66.792917.0768-14.0832

#b699bc color RGB value is (182,153,188).

#b699bc hex color red value is 182, green value is 153 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b699bc hue: 0.80 , saturation: 0.21 and the lightness value of b699bc is 0.67.

The process color (four color CMYK) of #b699bc color hex is 0.03, 0.19, 0.00, 0.26. Web safe color of #b699bc is #cc99cc. Color #b699bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011001 10111100
Octal 266 231 274
Decimal 182 153 188
Hex B6 99 BC

RGB Percentages of Color #b699bc

%34.80
%29.25
%35.95

CMYK Percentages of Color #b699bc

%3
%19
%0
%26

Triadic Colors of #b699bc

#b699bc #bcb699 #99bcb6

Analogous Colors of #b699bc

#b699bc #bc99b1 #a599bc

Monochromatic Colors of #b699bc

#b699bc

Complementary Color

#b699bc #9fbc99

#b699bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b699bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b699bc Color CSS Codes

.mybgcolor {background-color:#b699bc; } 
.myforecolor {color:#b699bc; }
.mybordercolor {border:3px solid #b699bc; }

#b699bc Text Font Color

<p style="color:#b699bc">Text here</p>

This sample text font color is #b699bc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b699bc Background Color

<div style="background-color:#b699bc">
Div content here</div>

This div background color is #b699bc


#b699bc Border Color

<div style="border:3px solid #b699bc">
Div here</div>

This div border color is #b699bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,153,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b699bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b699bc;
  -webkit-box-shadow: 1px 1px 3px 2px #b699bc;
  box-shadow:         1px 1px 3px 2px #b699bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,153,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b699bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b699bc;
  -webkit-box-shadow: 1px 1px 3px 2px #b699bc;
  box-shadow:         1px 1px 3px 2px #b699bc;">
Div content here</div>

This div box has shadow with color #b699bc


Comments

No comments written yet.

Please login to write comment.