Html Css Color HEX #B8ACB9 Lola

📋 copy color: '#B8ACB9'

red 184 ◦ green 172 ◦ blue 185

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

Shades of Lola #B8ACB9

Tints of Lola #B8ACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.79%

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

R = 34.01%
G = 31.79%
B = 34.2%

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

#B8ACB9 (or 0xB8ACB9) is known color: Lola. HEX triplet: B8, AC and B9. RGB value is (184,172,185). Sum of RGB (Red+Green+Blue) = 184+172+185=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 185 - color contains mainly: blue. Hex color #B8ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACB9 is #475346. Grayscale: #B1B1B1. Windows color (decimal): -4674375 or 12168376. OLE color: 12168376.

HSL color Cylindrical-coordinate representation of color #B8ACB9: hue angle of 295.38º degrees, saturation: 0.08, 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 #B8ACB9 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 172 185 -
CMYK 0.01 0.07 0 0.27
HSL 295.38º 0.08% 0.7% -
HSV(B) 295.38º 0.07% 0.73% -
XYZ 43.28 43.2 51.96 -
YUV 177.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 184 172 185 0.01 0.07 0 0.27 295.38 0.08 0.7
Hex B8 AC B9 1 7 0 1B 127 8 46
Octal 270 254 271 1 7 0 33 447 10 106
Binary 10111000 10101100 10111001 1 111 0 11011 100100111 1000 1000110

Color Harmonies of #B8ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ACB9

Black with #B8ACB9

Text Example


Text Example

White with #B8ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ACB9; }

 p { color: rgb(184,172,185); }

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

background-color css

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

 a { background-color: rgb(184,172,185); }

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

border-color css

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

 span { border-color: rgb(184,172,185); }

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