#BCB7EE

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

Shades of Lavender Grey #BCB7EE

Tints of Lavender Grey #BCB7EE

Color information

#BCB7EE (or 0xBCB7EE) is unknown color: approx Lavender Grey. HEX triplet: BC, B7 and EE. RGB value is (188,183,238). Sum of RGB (Red+Green+Blue) = 188+183+238=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7EE is #434811. Grayscale: #BEBEBE. Windows color (decimal): -4409362 or 15644604. OLE color: 15644604.

HSL color Cylindrical-coordinate representation of color #BCB7EE: hue angle of 245.45º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCB7EE is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188183238-
CMYK0.210.2300.07
HSL245.45º61.8%82.55%-
HSV(B)245.45º23.11%93.33%-
XYZ53.1150.7387.88-
YUV190.76154.66126.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.87%
GREEN value IS 183 (71.88% from 255) = 30.05%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=30.87%
G=30.05%
B=39.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881832380.210.2300.07245.4561.882.55
HexBCB7EE151707f53e53
Octal27426735625270736576123
Binary10111100101101111110111010101101110111111101011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7EE; }

 p { color: rgb(188,183,238); }

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

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

 a { background-color: rgb(188,183,238); }

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

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

 span { border-color: rgb(188,183,238); }

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