Html Css Color HEX #B8ABB6 Lola

📋 copy color: '#B8ABB6'

red 184 ◦ green 171 ◦ blue 182

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

Shades of Lola #B8ABB6

Tints of Lola #B8ABB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.89%

R = 34.26%
G = 31.84%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B8ABB6 (or 0xB8ABB6) is known color: Lola. HEX triplet: B8, AB and B6. RGB value is (184,171,182). Sum of RGB (Red+Green+Blue) = 184+171+182=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABB6 is #475449. Grayscale: #B0B0B0. Windows color (decimal): -4674634 or 11971512. OLE color: 11971512.

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

Color convert

RGB 184 171 182 -
CMYK 0 0.07 0.01 0.28
HSL 309.23º 0.08% 0.7% -
HSV(B) 309.23º 0.07% 0.72% -
XYZ 42.77 42.69 50.24 -
YUV 176.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 184 171 182 0 0.07 0.01 0.28 309.23 0.08 0.7
Hex B8 AB B6 0 7 1 1C 135 8 46
Octal 270 253 266 0 7 1 34 465 10 106
Binary 10111000 10101011 10110110 0 111 1 11100 100110101 1000 1000110

Color Harmonies of #B8ABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ABB6

Black with #B8ABB6

Text Example


Text Example

White with #B8ABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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