#B9BCCB

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

Shades of Lavender Grey #B9BCCB

Tints of Lavender Grey #B9BCCB

Color information

#B9BCCB (or 0xB9BCCB) is unknown color: approx Lavender Grey. HEX triplet: B9, BC and CB. RGB value is (185,188,203). Sum of RGB (Red+Green+Blue) = 185+188+203=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCCB is #464334. Grayscale: #BCBCBC. Windows color (decimal): -4604725 or 13352121. OLE color: 13352121.

HSL color Cylindrical-coordinate representation of color #B9BCCB: hue angle of 230º degrees, saturation: 0.15, 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 #B9BCCB is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185188203-
CMYK0.090.0700.20
HSL230º14.75%76.08%-
HSV(B)230º8.87%79.61%-
XYZ48.7750.5963.69-
YUV188.81136.01125.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=32.12%
G=32.64%
B=35.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851882030.090.0700.2023014.7576.08
HexB9BCCB97014e6f4c
Octal27127431311702434617114
Binary10111001101111001100101110011110101001110011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCCB; }

 p { color: rgb(185,188,203); }

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

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

 a { background-color: rgb(185,188,203); }

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

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

 span { border-color: rgb(185,188,203); }

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