Html Css Color HEX #B9A3BE Lola

📋 copy color: '#B9A3BE'

red 185 ◦ green 163 ◦ blue 190

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

Shades of Lola #B9A3BE

Tints of Lola #B9A3BE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.3%

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

R = 34.39%
G = 30.3%
B = 35.32%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9A3BE (or 0xB9A3BE) is known color: Lola. HEX triplet: B9, A3 and BE. RGB value is (185,163,190). Sum of RGB (Red+Green+Blue) = 185+163+190=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9A3BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A3BE is #465C41. Grayscale: #ACACAC. Windows color (decimal): -4611138 or 12493753. OLE color: 12493753.

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

Color convert

RGB 185 163 190 -
CMYK 0.03 0.14 0 0.25
HSL 288.89º 0.17% 0.69% -
HSV(B) 288.89º 0.14% 0.75% -
XYZ 42.4 40.23 54.25 -
YUV 172.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 185 163 190 0.03 0.14 0 0.25 288.89 0.17 0.69
Hex B9 A3 BE 3 E 0 19 121 11 45
Octal 271 243 276 3 16 0 31 441 21 105
Binary 10111001 10100011 10111110 11 1110 0 11001 100100001 10001 1000101

Color Harmonies of #B9A3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A3BE

Black with #B9A3BE

Text Example


Text Example

White with #B9A3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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