Html Css Color HEX #B9A5BF Lola

📋 copy color: '#B9A5BF'

red 185 ◦ green 165 ◦ blue 191

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

Shades of Lola #B9A5BF

Tints of Lola #B9A5BF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.5%

 BLUE value IS 191 (75% from 255) = 35.3%

R = 34.2%
G = 30.5%
B = 35.3%

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

#B9A5BF (or 0xB9A5BF) is known color: Lola. HEX triplet: B9, A5 and BF. RGB value is (185,165,191). Sum of RGB (Red+Green+Blue) = 185+165+191=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #B9A5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A5BF is #465A40. Grayscale: #ADADAD. Windows color (decimal): -4610625 or 12559801. OLE color: 12559801.

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

Color convert

RGB 185 165 191 -
CMYK 0.03 0.14 0 0.25
HSL 286.15º 0.17% 0.7% -
HSV(B) 286.15º 0.14% 0.75% -
XYZ 42.87 40.99 54.94 -
YUV 173.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 185 165 191 0.03 0.14 0 0.25 286.15 0.17 0.7
Hex B9 A5 BF 3 E 0 19 11E 11 46
Octal 271 245 277 3 16 0 31 436 21 106
Binary 10111001 10100101 10111111 11 1110 0 11001 100011110 10001 1000110

Color Harmonies of #B9A5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A5BF

Black with #B9A5BF

Text Example


Text Example

White with #B9A5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A5BF; }

 p { color: rgb(185,165,191); }

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

background-color css

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

 a { background-color: rgb(185,165,191); }

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

border-color css

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

 span { border-color: rgb(185,165,191); }

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