#B9BACA

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

Shades of Lavender Grey #B9BACA

Tints of Lavender Grey #B9BACA

Color information

#B9BACA (or 0xB9BACA) is unknown color: approx Lavender Grey. HEX triplet: B9, BA and CA. RGB value is (185,186,202). Sum of RGB (Red+Green+Blue) = 185+186+202=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BACA is #464535. Grayscale: #BBBBBB. Windows color (decimal): -4605238 or 13286073. OLE color: 13286073.

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

Color convert

RGB185186202-
CMYK0.080.0800.21
HSL236.47º13.82%75.88%-
HSV(B)236.47º8.42%79.22%-
XYZ48.2349.762.93-
YUV187.52136.17126.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=32.29%
G=32.46%
B=35.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851862020.080.0800.21236.4713.8275.88
HexB9BACA88015ece4c
Octal271272312101002535416114
Binary101110011011101011001010100010000101011110110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BACA; }

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

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

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

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

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

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

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

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