#BCBCD9

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

Shades of Lavender Grey #BCBCD9

Tints of Lavender Grey #BCBCD9

Color information

#BCBCD9 (or 0xBCBCD9) is unknown color: approx Lavender Grey. HEX triplet: BC, BC and D9. RGB value is (188,188,217). Sum of RGB (Red+Green+Blue) = 188+188+217=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCBCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCD9 is #434326. Grayscale: #BFBFBF. Windows color (decimal): -4408103 or 14269628. OLE color: 14269628.

HSL color Cylindrical-coordinate representation of color #BCBCD9: hue angle of 240º 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 #BCBCD9 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188188217-
CMYK0.130.1300.15
HSL240º27.62%79.41%-
HSV(B)240º13.36%85.1%-
XYZ51.2551.6772.92-
YUV191.31142.5125.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 217 (85.16% from 255) = 36.59%
R=31.70%
G=31.70%
B=36.59%

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
Decimal1881882170.130.1300.1524027.6279.41
HexBCBCD9DD0Ff01c4f
Octal274274331151501736034117
Binary101111001011110011011001110111010111111110000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCD9; }

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

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

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

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

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

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

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

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