#BCBDCB

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

Shades of Lavender Grey #BCBDCB

Tints of Lavender Grey #BCBDCB

Color information

#BCBDCB (or 0xBCBDCB) is unknown color: approx Lavender Grey. HEX triplet: BC, BD and CB. RGB value is (188,189,203). Sum of RGB (Red+Green+Blue) = 188+189+203=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDCB is #434234. Grayscale: #BEBEBE. Windows color (decimal): -4407861 or 13352380. OLE color: 13352380.

HSL color Cylindrical-coordinate representation of color #BCBDCB: hue angle of 236º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCBDCB is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188189203-
CMYK0.070.0700.20
HSL236º12.61%76.67%-
HSV(B)236º7.39%79.61%-
XYZ49.7251.463.8-
YUV190.3135.17126.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 203 (79.69% from 255) = 35%
R=32.41%
G=32.59%
B=35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881892030.070.0700.2023612.6176.67
HexBCBDCB77014ecd4d
Octal2742753137702435415115
Binary1011110010111101110010111111110101001110110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDCB; }

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

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

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

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

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

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

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

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