#BEBCED

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

Shades of Lavender Grey #BEBCED

Tints of Lavender Grey #BEBCED

Color information

#BEBCED (or 0xBEBCED) is unknown color: approx Lavender Grey. HEX triplet: BE, BC and ED. RGB value is (190,188,237). Sum of RGB (Red+Green+Blue) = 190+188+237=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEBCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBCED is #414312. Grayscale: #C1C1C1. Windows color (decimal): -4277011 or 15580350. OLE color: 15580350.

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

Color convert

RGB190188237-
CMYK0.200.2100.07
HSL242.45º57.65%83.33%-
HSV(B)242.45º20.68%92.94%-
XYZ54.553.0387.48-
YUV194.18152.16125.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=30.89%
G=30.57%
B=38.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901882370.200.2100.07242.4557.6583.33
HexBEBCED141507f23a53
Octal27627435524250736272123
Binary10111110101111001110110110100101010111111100101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCED; }

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

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

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

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

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

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

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

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