Html Css Color HEX #B9A2BC Lola

📋 copy color: '#B9A2BC'

red 185 ◦ green 162 ◦ blue 188

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

Shades of Lola #B9A2BC

Tints of Lola #B9A2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.14%

R = 34.58%
G = 30.28%
B = 35.14%

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

#B9A2BC (or 0xB9A2BC) is known color: Lola. HEX triplet: B9, A2 and BC. RGB value is (185,162,188). Sum of RGB (Red+Green+Blue) = 185+162+188=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #B9A2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A2BC is #465D43. Grayscale: #ABABAB. Windows color (decimal): -4611396 or 12362425. OLE color: 12362425.

HSL color Cylindrical-coordinate representation of color #B9A2BC: hue angle of 293.08º degrees, saturation: 0.16, 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 #B9A2BC is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 162 188 -
CMYK 0.02 0.14 0 0.26
HSL 293.08º 0.16% 0.69% -
HSV(B) 293.08º 0.14% 0.74% -
XYZ 42.01 39.79 53.04 -
YUV 171.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 185 162 188 0.02 0.14 0 0.26 293.08 0.16 0.69
Hex B9 A2 BC 2 E 0 1A 125 10 45
Octal 271 242 274 2 16 0 32 445 20 105
Binary 10111001 10100010 10111100 10 1110 0 11010 100100101 10000 1000101

Color Harmonies of #B9A2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A2BC

Black with #B9A2BC

Text Example


Text Example

White with #B9A2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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