Html Css Color HEX #B8ACBB Lola

📋 copy color: '#B8ACBB'

red 184 ◦ green 172 ◦ blue 187

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

Shades of Lola #B8ACBB

Tints of Lola #B8ACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.44%

R = 33.89%
G = 31.68%
B = 34.44%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B8ACBB (or 0xB8ACBB) is known color: Lola. HEX triplet: B8, AC and BB. RGB value is (184,172,187). Sum of RGB (Red+Green+Blue) = 184+172+187=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 187 - color contains mainly: blue. Hex color #B8ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACBB is #475344. Grayscale: #B1B1B1. Windows color (decimal): -4674373 or 12299448. OLE color: 12299448.

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

Color convert

RGB 184 172 187 -
CMYK 0.02 0.08 0 0.27
HSL 288º 0.1% 0.7% -
HSV(B) 288º 0.08% 0.73% -
XYZ 43.49 43.28 53.08 -
YUV 177.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 184 172 187 0.02 0.08 0 0.27 288 0.1 0.7
Hex B8 AC BB 2 8 0 1B 120 A 46
Octal 270 254 273 2 10 0 33 440 12 106
Binary 10111000 10101100 10111011 10 1000 0 11011 100100000 1010 1000110

Color Harmonies of #B8ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ACBB

Black with #B8ACBB

Text Example


Text Example

White with #B8ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ACBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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