#BCBED8

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

Shades of Lavender Grey #BCBED8

Tints of Lavender Grey #BCBED8

Color information

#BCBED8 (or 0xBCBED8) is unknown color: approx Lavender Grey. HEX triplet: BC, BE and D8. RGB value is (188,190,216). Sum of RGB (Red+Green+Blue) = 188+190+216=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCBED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBED8 is #434127. Grayscale: #C0C0C0. Windows color (decimal): -4407592 or 14204604. OLE color: 14204604.

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

Color convert

RGB188190216-
CMYK0.130.1200.15
HSL235.71º26.42%79.22%-
HSV(B)235.71º12.96%84.71%-
XYZ51.5552.4872.38-
YUV192.37141.34124.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 216 (84.77% from 255) = 36.36%
R=31.65%
G=31.99%
B=36.36%

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
Decimal1881902160.130.1200.15235.7126.4279.22
HexBCBED8DC0Fec1a4f
Octal274276330151401735432117
Binary101111001011111011011000110111000111111101100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBED8; }

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

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

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

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

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

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

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

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