Color Hex Logo

#b599bc Color Hex

#B599BC
(181,153,188)
0 Favorites   0 Comments

Color spaces of #b599bc

RGB 181153188
HSL0.800.210.67
HSV288°19°74°
CMYK 0.040.190.00   0.26
XYZ39.524436.237152.4882
Yxy36.23710.30820.2826
Hunter Lab60.197311.8546-9.5590
CIE-Lab66.700716.7349-14.2311

#b599bc color RGB value is (181,153,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011001 10111100
Octal 265 231 274
Decimal 181 153 188
Hex B5 99 BC

RGB Percentages of Color #b599bc

%34.67
%29.31
%36.02

CMYK Percentages of Color #b599bc

%4
%19
%0
%26

Triadic Colors of #b599bc

#b599bc #bcb599 #99bcb5

Analogous Colors of #b599bc

#b599bc #bc99b2 #a499bc

Monochromatic Colors of #b599bc

#b599bc

Complementary Color

#b599bc #a0bc99

#b599bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b599bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b599bc Color CSS Codes

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

#b599bc Text Font Color

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

This sample text font color is #b599bc
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.


#b599bc Background Color

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

This div background color is #b599bc


#b599bc Border Color

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

This div border color is #b599bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,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 #b599bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b599bc


Comments

No comments written yet.

Please login to write comment.