#BCBEEA

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

Shades of Lavender Grey #BCBEEA

Tints of Lavender Grey #BCBEEA

Color information

#BCBEEA (or 0xBCBEEA) is unknown color: approx Lavender Grey. HEX triplet: BC, BE and EA. RGB value is (188,190,234). Sum of RGB (Red+Green+Blue) = 188+190+234=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEEA is #434115. Grayscale: #C2C2C2. Windows color (decimal): -4407574 or 15384252. OLE color: 15384252.

HSL color Cylindrical-coordinate representation of color #BCBEEA: hue angle of 237.39º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCBEEA is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188190234-
CMYK0.200.1900.08
HSL237.39º52.27%82.75%-
HSV(B)237.39º19.66%91.76%-
XYZ5453.4685.31-
YUV194.42150.34123.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.72%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 234 (91.80% from 255) = 38.24%
R=30.72%
G=31.05%
B=38.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881902340.200.1900.08237.3952.2782.75
HexBCBEEA141308ed3453
Octal274276352242301035564123
Binary101111001011111011101010101001001101000111011011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEEA; }

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

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

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

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

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

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

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

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