Html Css Color HEX #B9A6BE Lola

📋 copy color: '#B9A6BE'

red 185 ◦ green 166 ◦ blue 190

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

Shades of Lola #B9A6BE

Tints of Lola #B9A6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.68%

 BLUE value IS 190 (74.61% from 255) = 35.12%

R = 34.2%
G = 30.68%
B = 35.12%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9A6BE (or 0xB9A6BE) is known color: Lola. HEX triplet: B9, A6 and BE. RGB value is (185,166,190). Sum of RGB (Red+Green+Blue) = 185+166+190=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9A6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A6BE is #465941. Grayscale: #AEAEAE. Windows color (decimal): -4610370 or 12494521. OLE color: 12494521.

HSL color Cylindrical-coordinate representation of color #B9A6BE: hue angle of 287.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9A6BE is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 166 190 -
CMYK 0.03 0.13 0 0.25
HSL 287.5º 0.16% 0.7% -
HSV(B) 287.5º 0.13% 0.75% -
XYZ 42.94 41.3 54.42 -
YUV 174.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 185 166 190 0.03 0.13 0 0.25 287.5 0.16 0.7
Hex B9 A6 BE 3 D 0 19 120 10 46
Octal 271 246 276 3 15 0 31 440 20 106
Binary 10111001 10100110 10111110 11 1101 0 11001 100100000 10000 1000110

Color Harmonies of #B9A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A6BE

Black with #B9A6BE

Text Example


Text Example

White with #B9A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A6BE; }

 p { color: rgb(185,166,190); }

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

background-color css

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

 a { background-color: rgb(185,166,190); }

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

border-color css

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

 span { border-color: rgb(185,166,190); }

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