Html Css Color HEX #B9ADBA Lola

📋 copy color: '#B9ADBA'

red 185 ◦ green 173 ◦ blue 186

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

Shades of Lola #B9ADBA

Tints of Lola #B9ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.8%

 BLUE value IS 186 (73.05% from 255) = 34.19%

R = 34.01%
G = 31.8%
B = 34.19%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B9ADBA (or 0xB9ADBA) is known color: Lola. HEX triplet: B9, AD and BA. RGB value is (185,173,186). Sum of RGB (Red+Green+Blue) = 185+173+186=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 186 - color contains mainly: blue. Hex color #B9ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADBA is #465245. Grayscale: #B2B2B2. Windows color (decimal): -4608582 or 12234169. OLE color: 12234169.

HSL color Cylindrical-coordinate representation of color #B9ADBA: hue angle of 295.38º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9ADBA is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 186 -
CMYK 0.01 0.07 0 0.27
HSL 295.38º 0.09% 0.7% -
HSV(B) 295.38º 0.07% 0.73% -
XYZ 43.81 43.75 52.59 -
YUV 178.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 185 173 186 0.01 0.07 0 0.27 295.38 0.09 0.7
Hex B9 AD BA 1 7 0 1B 127 9 46
Octal 271 255 272 1 7 0 33 447 11 106
Binary 10111001 10101101 10111010 1 111 0 11011 100100111 1001 1000110

Color Harmonies of #B9ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADBA

Black with #B9ADBA

Text Example


Text Example

White with #B9ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADBA; }

 p { color: rgb(185,173,186); }

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

background-color css

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

 a { background-color: rgb(185,173,186); }

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

border-color css

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

 span { border-color: rgb(185,173,186); }

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