#BCBDE1

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

Shades of Lavender Grey #BCBDE1

Tints of Lavender Grey #BCBDE1

Color information

#BCBDE1 (or 0xBCBDE1) is unknown color: approx Lavender Grey. HEX triplet: BC, BD and E1. RGB value is (188,189,225). Sum of RGB (Red+Green+Blue) = 188+189+225=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCBDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDE1 is #43421E. Grayscale: #C0C0C0. Windows color (decimal): -4407839 or 14794172. OLE color: 14794172.

HSL color Cylindrical-coordinate representation of color #BCBDE1: hue angle of 238.38º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBDE1 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188189225-
CMYK0.160.1600.12
HSL238.38º38.14%80.98%-
HSV(B)238.38º16.44%88.24%-
XYZ52.5352.5278.6-
YUV192.8146.17124.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=31.23%
G=31.40%
B=37.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881892250.160.1600.12238.3838.1480.98
HexBCBDE110100Cee2651
Octal274275341202001435646121
Binary101111001011110111100001100001000001100111011101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDE1; }

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

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

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

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

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

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

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

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