#BEBBF8

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

Shades of Lavender Blue #BEBBF8

Tints of Lavender Blue #BEBBF8

Color information

#BEBBF8 (or 0xBEBBF8) is unknown color: approx Lavender Blue. HEX triplet: BE, BB and F8. RGB value is (190,187,248). Sum of RGB (Red+Green+Blue) = 190+187+248=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #BEBBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBBF8 is #414407. Grayscale: #C2C2C2. Windows color (decimal): -4277256 or 16300990. OLE color: 16300990.

HSL color Cylindrical-coordinate representation of color #BEBBF8: hue angle of 242.95º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEBBF8 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB190187248-
CMYK0.230.2500.03
HSL242.95º81.33%85.29%-
HSV(B)242.95º24.6%97.25%-
XYZ55.9553.2796.14-
YUV194.85157.99124.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.4%
GREEN value IS 187 (73.44% from 255) = 29.92%
BLUE value IS 248 (97.27% from 255) = 39.68%
R=30.4%
G=29.92%
B=39.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1901872480.230.2500.03242.9581.3385.29
HexBEBBF8171903f35155
Octal276273370273103363121125
Binary10111110101110111111100010111110010111111001110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBF8; }

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

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

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

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

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

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

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

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