#bcbdd9

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

Shades of Lavender Grey #BCBDD9

Tints of Lavender Grey #BCBDD9

Color information

#BCBDD9 (or 0xBCBDD9) is unknown color: approx Lavender Grey. HEX triplet: BC, BD and D9. RGB value is (188,189,217). Sum of RGB (Red+Green+Blue) = 188+189+217=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCBDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDD9 is #434226. Grayscale: #BFBFBF. Windows color (decimal): -4407847 or 14269884. OLE color: 14269884.

HSL color Cylindrical-coordinate representation of color #BCBDD9: hue angle of 237.93º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCBDD9 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188189217-
CMYK0.130.1300.15
HSL237.93º27.62%79.41%-
HSV(B)237.93º13.36%85.1%-
XYZ51.4652.172.99-
YUV191.89142.17125.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 217 (85.16% from 255) = 36.53%
R=31.65%
G=31.82%
B=36.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881892170.130.1300.15237.9327.6279.41
HexBCBDD9DD0Fee1c4f
Octal274275331151501735634117
Binary101111001011110111011001110111010111111101110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcbdd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcbdd9; }

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

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

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

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

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

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

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

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