Html Css Color HEX #B9A2BD Lola

📋 copy color: '#B9A2BD'

red 185 ◦ green 162 ◦ blue 189

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

Shades of Lola #B9A2BD

Tints of Lola #B9A2BD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.22%

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

R = 34.51%
G = 30.22%
B = 35.26%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B9A2BD (or 0xB9A2BD) is known color: Lola. HEX triplet: B9, A2 and BD. RGB value is (185,162,189). Sum of RGB (Red+Green+Blue) = 185+162+189=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #B9A2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A2BD is #465D42. Grayscale: #ABABAB. Windows color (decimal): -4611395 or 12427961. OLE color: 12427961.

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

Color convert

RGB 185 162 189 -
CMYK 0.02 0.14 0 0.26
HSL 291.11º 0.17% 0.69% -
HSV(B) 291.11º 0.14% 0.74% -
XYZ 42.11 39.83 53.61 -
YUV 171.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 185 162 189 0.02 0.14 0 0.26 291.11 0.17 0.69
Hex B9 A2 BD 2 E 0 1A 123 11 45
Octal 271 242 275 2 16 0 32 443 21 105
Binary 10111001 10100010 10111101 10 1110 0 11010 100100011 10001 1000101

Color Harmonies of #B9A2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A2BD

Black with #B9A2BD

Text Example


Text Example

White with #B9A2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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