#BCBEEB

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

Shades of Lavender Grey #BCBEEB

Tints of Lavender Grey #BCBEEB

Color information

#BCBEEB (or 0xBCBEEB) is unknown color: approx Lavender Grey. HEX triplet: BC, BE and EB. RGB value is (188,190,235). Sum of RGB (Red+Green+Blue) = 188+190+235=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEEB is #434114. Grayscale: #C2C2C2. Windows color (decimal): -4407573 or 15449788. OLE color: 15449788.

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

Color convert

RGB188190235-
CMYK0.20.1900.08
HSL237.45º54.02%82.94%-
HSV(B)237.45º20%92.16%-
XYZ54.1553.5286.07-
YUV194.53150.84123.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=30.67%
G=31.00%
B=38.34%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881902350.20.1900.08237.4554.0282.94
HexBCBEEB141308ed3653
Octal274276353242301035566123
Binary101111001011111011101011101001001101000111011011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEEB; }

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

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

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

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

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

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

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

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