Html Css Color HEX #B8ABBA Lola

📋 copy color: '#B8ABBA'

red 184 ◦ green 171 ◦ blue 186

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

Shades of Lola #B8ABBA

Tints of Lola #B8ABBA

RGB

 RED value IS 184 (72.27% from 255) = 34.01%

 GREEN value IS 171 (67.19% from 255) = 31.61%

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

R = 34.01%
G = 31.61%
B = 34.38%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B8ABBA (or 0xB8ABBA) is known color: Lola. HEX triplet: B8, AB and BA. RGB value is (184,171,186). Sum of RGB (Red+Green+Blue) = 184+171+186=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 186 - color contains mainly: blue. Hex color #B8ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABBA is #475445. Grayscale: #B0B0B0. Windows color (decimal): -4674630 or 12233656. OLE color: 12233656.

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

Color convert

RGB 184 171 186 -
CMYK 0.01 0.08 0 0.27
HSL 292º 0.1% 0.7% -
HSV(B) 292º 0.08% 0.73% -
XYZ 43.19 42.86 52.45 -
YUV 176.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 184 171 186 0.01 0.08 0 0.27 292 0.1 0.7
Hex B8 AB BA 1 8 0 1B 124 A 46
Octal 270 253 272 1 10 0 33 444 12 106
Binary 10111000 10101011 10111010 1 1000 0 11011 100100100 1010 1000110

Color Harmonies of #B8ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ABBA

Black with #B8ABBA

Text Example


Text Example

White with #B8ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ABBA; }

 p { color: rgb(184,171,186); }

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

background-color css

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

 a { background-color: rgb(184,171,186); }

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

border-color css

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

 span { border-color: rgb(184,171,186); }

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