#BCBED9

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

Shades of Lavender Grey #BCBED9

Tints of Lavender Grey #BCBED9

Color information

#BCBED9 (or 0xBCBED9) is unknown color: approx Lavender Grey. HEX triplet: BC, BE and D9. RGB value is (188,190,217). Sum of RGB (Red+Green+Blue) = 188+190+217=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCBED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBED9 is #434126. Grayscale: #C0C0C0. Windows color (decimal): -4407591 or 14270140. OLE color: 14270140.

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

Color convert

RGB188190217-
CMYK0.130.1200.15
HSL235.86º27.62%79.41%-
HSV(B)235.86º13.36%85.1%-
XYZ51.6852.5373.06-
YUV192.48141.84124.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 217 (85.16% from 255) = 36.47%
R=31.60%
G=31.93%
B=36.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881902170.130.1200.15235.8627.6279.41
HexBCBED9DC0Fec1c4f
Octal274276331151401735434117
Binary101111001011111011011001110111000111111101100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBED9; }

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

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

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

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

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

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

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

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