#BEBBEE

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

Shades of Lavender Grey #BEBBEE

Tints of Lavender Grey #BEBBEE

Color information

#BEBBEE (or 0xBEBBEE) is unknown color: approx Lavender Grey. HEX triplet: BE, BB and EE. RGB value is (190,187,238). Sum of RGB (Red+Green+Blue) = 190+187+238=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEBBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBBEE is #414411. Grayscale: #C1C1C1. Windows color (decimal): -4277266 or 15645630. OLE color: 15645630.

HSL color Cylindrical-coordinate representation of color #BEBBEE: hue angle of 243.53º degrees, saturation: 0.6, 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 #BEBBEE is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190187238-
CMYK0.200.2100.07
HSL243.53º60%83.33%-
HSV(B)243.53º21.43%93.33%-
XYZ54.4452.6688.18-
YUV193.71152.99125.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=30.89%
G=30.41%
B=38.70%

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
Decimal1901872380.200.2100.07243.536083.33
HexBEBBEE141507f43c53
Octal27627335624250736474123
Binary10111110101110111110111010100101010111111101001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBEE; }

 p { color: rgb(190,187,238); }

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

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

 a { background-color: rgb(190,187,238); }

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

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

 span { border-color: rgb(190,187,238); }

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