#B8BACA

Color #B8BACA Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #B8BACA

Tints of Lavender Grey #B8BACA

Color information

#B8BACA (or 0xB8BACA) is unknown color: approx Lavender Grey. HEX triplet: B8, BA and CA. RGB value is (184,186,202). Sum of RGB (Red+Green+Blue) = 184+186+202=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #B8BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BACA is #474535. Grayscale: #BBBBBB. Windows color (decimal): -4670774 or 13286072. OLE color: 13286072.

HSL color Cylindrical-coordinate representation of color #B8BACA: hue angle of 233.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8BACA is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184186202-
CMYK0.090.0800.21
HSL233.33º14.52%75.69%-
HSV(B)233.33º8.91%79.22%-
XYZ47.9949.5762.92-
YUV187.23136.34125.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.17%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=32.17%
G=32.52%
B=35.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841862020.090.0800.21233.3314.5275.69
HexB8BACA98015e9f4c
Octal270272312111002535117114
Binary101110001011101011001010100110000101011110100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BACA; }

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

 H1.HeaderClassName
 {
   color: #B8BACA;
 }
 .AnyTagClassName
 {
   color: #B8BACA;
 }
</style>
background-color css

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

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

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

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

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

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