Html Css Color HEX #B59CB8 Lola

📋 copy color: '#B59CB8'

red 181 ◦ green 156 ◦ blue 184

#B59CB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #B59CB8

Tints of Lola #B59CB8

RGB

 RED value IS 181 (71.09% from 255) = 34.74%

 GREEN value IS 156 (61.33% from 255) = 29.94%

 BLUE value IS 184 (72.27% from 255) = 35.32%

R = 34.74%
G = 29.94%
B = 35.32%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B59CB8 (or 0xB59CB8) is known color: Lola. HEX triplet: B5, 9C and B8. RGB value is (181,156,184). Sum of RGB (Red+Green+Blue) = 181+156+184=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 184 - color contains mainly: blue. Hex color #B59CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CB8 is #4A6347. Grayscale: #A6A6A6. Windows color (decimal): -4875080 or 12098741. OLE color: 12098741.

HSL color Cylindrical-coordinate representation of color #B59CB8: hue angle of 293.57º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B59CB8 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 156 184 -
CMYK 0.02 0.15 0 0.28
HSL 293.57º 0.16% 0.67% -
HSV(B) 293.57º 0.15% 0.72% -
XYZ 39.6 37.06 50.41 -
YUV 166.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 181 156 184 0.02 0.15 0 0.28 293.57 0.16 0.67
Hex B5 9C B8 2 F 0 1C 126 10 43
Octal 265 234 270 2 17 0 34 446 20 103
Binary 10110101 10011100 10111000 10 1111 0 11100 100100110 10000 1000011

Color Harmonies of #B59CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59CB8

Black with #B59CB8

Text Example


Text Example

White with #B59CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59CB8; }

 p { color: rgb(181,156,184); }

 H1.HeaderClassName
 {
   color: #B59CB8;
 }
 .AnyTagClassName
 {
   color: #B59CB8;
 }
</style>

background-color css

<style>
 a { background-color: #B59CB8; }

 a { background-color: rgb(181,156,184); }

 div.DivClassName
 {
   background-color: #B59CB8;
 }
 .BgClassName
 {
   background-color: #B59CB8;
 }
</style>

border-color css

<style>
 span { border-color: #B59CB8; }

 span { border-color: rgb(181,156,184); }

 td.TdClassName
 {
   border-color: #B59CB8;
 }
 .TagClassName
 {
   border-color: #B59CB8;
 }
</style>