Html Css Color HEX #B9A8BE Lola

📋 copy color: '#B9A8BE'

red 185 ◦ green 168 ◦ blue 190

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

Shades of Lola #B9A8BE

Tints of Lola #B9A8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.94%

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

R = 34.07%
G = 30.94%
B = 34.99%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9A8BE (or 0xB9A8BE) is known color: Lola. HEX triplet: B9, A8 and BE. RGB value is (185,168,190). Sum of RGB (Red+Green+Blue) = 185+168+190=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9A8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A8BE is #465741. Grayscale: #AFAFAF. Windows color (decimal): -4609858 or 12495033. OLE color: 12495033.

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

Color convert

RGB 185 168 190 -
CMYK 0.03 0.12 0 0.25
HSL 286.36º 0.14% 0.7% -
HSV(B) 286.36º 0.12% 0.75% -
XYZ 43.3 42.04 54.55 -
YUV 175.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 185 168 190 0.03 0.12 0 0.25 286.36 0.14 0.7
Hex B9 A8 BE 3 C 0 19 11E E 46
Octal 271 250 276 3 14 0 31 436 16 106
Binary 10111001 10101000 10111110 11 1100 0 11001 100011110 1110 1000110

Color Harmonies of #B9A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A8BE

Black with #B9A8BE

Text Example


Text Example

White with #B9A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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