#BCBDD0

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

Shades of Lavender Grey #BCBDD0

Tints of Lavender Grey #BCBDD0

Color information

#BCBDD0 (or 0xBCBDD0) is unknown color: approx Lavender Grey. HEX triplet: BC, BD and D0. RGB value is (188,189,208). Sum of RGB (Red+Green+Blue) = 188+189+208=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDD0 is #43422F. Grayscale: #BEBEBE. Windows color (decimal): -4407856 or 13680060. OLE color: 13680060.

HSL color Cylindrical-coordinate representation of color #BCBDD0: hue angle of 237º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCBDD0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188189208-
CMYK0.100.0900.18
HSL237º17.54%77.65%-
HSV(B)237º9.62%81.57%-
XYZ50.3251.6466.99-
YUV190.87137.67125.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=32.14%
G=32.31%
B=35.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881892080.100.0900.1823717.5477.65
HexBCBDD0A9012ed124e
Octal274275320121102235522116
Binary1011110010111101110100001010100101001011101101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDD0; }

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

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

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

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

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

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

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

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