#B9BACC

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

Shades of Lavender Grey #B9BACC

Tints of Lavender Grey #B9BACC

Color information

#B9BACC (or 0xB9BACC) is unknown color: approx Lavender Grey. HEX triplet: B9, BA and CC. RGB value is (185,186,204). Sum of RGB (Red+Green+Blue) = 185+186+204=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BACC is #464533. Grayscale: #BBBBBB. Windows color (decimal): -4605236 or 13417145. OLE color: 13417145.

HSL color Cylindrical-coordinate representation of color #B9BACC: hue angle of 236.84º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9BACC is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185186204-
CMYK0.090.0900.2
HSL236.84º15.7%76.27%-
HSV(B)236.84º9.31%80%-
XYZ48.4749.7964.18-
YUV187.75137.17126.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=32.17%
G=32.35%
B=35.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851862040.090.0900.2236.8415.776.27
HexB9BACC99014ed104c
Octal271272314111102435520114
Binary1011100110111010110011001001100101010011101101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BACC; }

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

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

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

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

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

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

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

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