Html Css Color HEX #B9A0BE Lola

📋 copy color: '#B9A0BE'

red 185 ◦ green 160 ◦ blue 190

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

Shades of Lola #B9A0BE

Tints of Lola #B9A0BE

RGB

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

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

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

R = 34.58%
G = 29.91%
B = 35.51%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9A0BE (or 0xB9A0BE) is known color: Lola. HEX triplet: B9, A0 and BE. RGB value is (185,160,190). Sum of RGB (Red+Green+Blue) = 185+160+190=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9A0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A0BE is #465F41. Grayscale: #AAAAAA. Windows color (decimal): -4611906 or 12492985. OLE color: 12492985.

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

Color convert

RGB 185 160 190 -
CMYK 0.03 0.16 0 0.25
HSL 290º 0.19% 0.69% -
HSV(B) 290º 0.16% 0.75% -
XYZ 41.87 39.17 54.07 -
YUV 170.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 185 160 190 0.03 0.16 0 0.25 290 0.19 0.69
Hex B9 A0 BE 3 10 0 19 122 13 45
Octal 271 240 276 3 20 0 31 442 23 105
Binary 10111001 10100000 10111110 11 10000 0 11001 100100010 10011 1000101

Color Harmonies of #B9A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A0BE

Black with #B9A0BE

Text Example


Text Example

White with #B9A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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