#BCBCE8

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

Shades of Lavender Grey #BCBCE8

Tints of Lavender Grey #BCBCE8

Color information

#BCBCE8 (or 0xBCBCE8) is unknown color: approx Lavender Grey. HEX triplet: BC, BC and E8. RGB value is (188,188,232). Sum of RGB (Red+Green+Blue) = 188+188+232=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCBCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCE8 is #434317. Grayscale: #C0C0C0. Windows color (decimal): -4408088 or 15252668. OLE color: 15252668.

HSL color Cylindrical-coordinate representation of color #BCBCE8: hue angle of 240º degrees, saturation: 0.49, 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 #BCBCE8 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188188232-
CMYK0.190.1900.09
HSL240º48.89%82.35%-
HSV(B)240º18.97%90.98%-
XYZ53.2952.4883.67-
YUV193.02150124.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.92%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 232 (91.02% from 255) = 38.16%
R=30.92%
G=30.92%
B=38.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881882320.190.1900.0924048.8982.35
HexBCBCE8131309f03152
Octal274274350232301136061122
Binary101111001011110011101000100111001101001111100001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCE8; }

 p { color: rgb(188,188,232); }

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

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

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

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

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

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

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