#BCBDE2

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

Shades of Lavender Grey #BCBDE2

Tints of Lavender Grey #BCBDE2

Color information

#BCBDE2 (or 0xBCBDE2) is unknown color: approx Lavender Grey. HEX triplet: BC, BD and E2. RGB value is (188,189,226). Sum of RGB (Red+Green+Blue) = 188+189+226=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCBDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDE2 is #43421D. Grayscale: #C0C0C0. Windows color (decimal): -4407838 or 14859708. OLE color: 14859708.

HSL color Cylindrical-coordinate representation of color #BCBDE2: hue angle of 238.42º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCBDE2 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188189226-
CMYK0.170.1600.11
HSL238.42º39.58%81.18%-
HSV(B)238.42º16.81%88.63%-
XYZ52.6652.5879.32-
YUV192.92146.67124.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 226 (88.67% from 255) = 37.48%
R=31.18%
G=31.34%
B=37.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881892260.170.1600.11238.4239.5881.18
HexBCBDE211100Bee2851
Octal274275342212001335650121
Binary101111001011110111100010100011000001011111011101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDE2; }

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

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

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

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

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

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

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

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