#BCBEE3

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

Shades of Lavender Grey #BCBEE3

Tints of Lavender Grey #BCBEE3

Color information

#BCBEE3 (or 0xBCBEE3) is unknown color: approx Lavender Grey. HEX triplet: BC, BE and E3. RGB value is (188,190,227). Sum of RGB (Red+Green+Blue) = 188+190+227=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCBEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEE3 is #43411C. Grayscale: #C1C1C1. Windows color (decimal): -4407581 or 14925500. OLE color: 14925500.

HSL color Cylindrical-coordinate representation of color #BCBEE3: hue angle of 236.92º degrees, saturation: 0.41, 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 #BCBEE3 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188190227-
CMYK0.170.1600.11
HSL236.92º41.05%81.37%-
HSV(B)236.92º17.18%89.02%-
XYZ53.0253.0680.12-
YUV193.62146.84123.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 227 (89.06% from 255) = 37.52%
R=31.07%
G=31.40%
B=37.52%

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
Decimal1881902270.170.1600.11236.9241.0581.37
HexBCBEE311100Bed2951
Octal274276343212001335551121
Binary101111001011111011100011100011000001011111011011010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEE3; }

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

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

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

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

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

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

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

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