#BCBEE7

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

Shades of Lavender Grey #BCBEE7

Tints of Lavender Grey #BCBEE7

Color information

#BCBEE7 (or 0xBCBEE7) is unknown color: approx Lavender Grey. HEX triplet: BC, BE and E7. RGB value is (188,190,231). Sum of RGB (Red+Green+Blue) = 188+190+231=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCBEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEE7 is #434118. Grayscale: #C1C1C1. Windows color (decimal): -4407577 or 15187644. OLE color: 15187644.

HSL color Cylindrical-coordinate representation of color #BCBEE7: hue angle of 237.21º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCBEE7 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188190231-
CMYK0.190.1800.09
HSL237.21º47.25%82.16%-
HSV(B)237.21º18.61%90.59%-
XYZ53.5853.2983.06-
YUV194.08148.84123.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.87%
GREEN value IS 190 (74.61% from 255) = 31.20%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=30.87%
G=31.20%
B=37.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881902310.190.1800.09237.2147.2582.16
HexBCBEE7131209ed2f52
Octal274276347232201135557122
Binary101111001011111011100111100111001001001111011011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEE7; }

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

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

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

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

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

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

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

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