#BCBDD2

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

Shades of Lavender Grey #BCBDD2

Tints of Lavender Grey #BCBDD2

Color information

#BCBDD2 (or 0xBCBDD2) is unknown color: approx Lavender Grey. HEX triplet: BC, BD and D2. RGB value is (188,189,210). Sum of RGB (Red+Green+Blue) = 188+189+210=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCBDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDD2 is #43422D. Grayscale: #BFBFBF. Windows color (decimal): -4407854 or 13811132. OLE color: 13811132.

HSL color Cylindrical-coordinate representation of color #BCBDD2: hue angle of 237.27º degrees, saturation: 0.2, 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 #BCBDD2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188189210-
CMYK0.100.1000.18
HSL237.27º19.64%78.04%-
HSV(B)237.27º10.48%82.35%-
XYZ50.5751.7468.29-
YUV191.1138.67125.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 210 (82.42% from 255) = 35.78%
R=32.03%
G=32.20%
B=35.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881892100.100.1000.18237.2719.6478.04
HexBCBDD2AA012ed144e
Octal274275322121202235524116
Binary1011110010111101110100101010101001001011101101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDD2; }

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

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

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

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

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

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

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

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