Html Css Color HEX #B9A0BD Lola

📋 copy color: '#B9A0BD'

red 185 ◦ green 160 ◦ blue 189

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

Shades of Lola #B9A0BD

Tints of Lola #B9A0BD

RGB

 RED value IS 185 (72.66% from 255) = 34.64%

 GREEN value IS 160 (62.89% from 255) = 29.96%

 BLUE value IS 189 (74.22% from 255) = 35.39%

R = 34.64%
G = 29.96%
B = 35.39%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B9A0BD (or 0xB9A0BD) is known color: Lola. HEX triplet: B9, A0 and BD. RGB value is (185,160,189). Sum of RGB (Red+Green+Blue) = 185+160+189=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: blue. Hex color #B9A0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A0BD is #465F42. Grayscale: #AAAAAA. Windows color (decimal): -4611907 or 12427449. OLE color: 12427449.

HSL color Cylindrical-coordinate representation of color #B9A0BD: hue angle of 291.72º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9A0BD is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 160 189 -
CMYK 0.02 0.15 0 0.26
HSL 291.72º 0.18% 0.68% -
HSV(B) 291.72º 0.15% 0.74% -
XYZ 41.76 39.13 53.5 -
YUV 170.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 185 160 189 0.02 0.15 0 0.26 291.72 0.18 0.68
Hex B9 A0 BD 2 F 0 1A 124 12 44
Octal 271 240 275 2 17 0 32 444 22 104
Binary 10111001 10100000 10111101 10 1111 0 11010 100100100 10010 1000100

Color Harmonies of #B9A0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A0BD

Black with #B9A0BD

Text Example


Text Example

White with #B9A0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A0BD; }

 p { color: rgb(185,160,189); }

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

background-color css

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

 a { background-color: rgb(185,160,189); }

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

border-color css

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

 span { border-color: rgb(185,160,189); }

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