#BEBFF0

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

Shades of Lavender Blue #BEBFF0

Tints of Lavender Blue #BEBFF0

Color information

#BEBFF0 (or 0xBEBFF0) is unknown color: approx Lavender Blue. HEX triplet: BE, BF and F0. RGB value is (190,191,240). Sum of RGB (Red+Green+Blue) = 190+191+240=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEBFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFF0 is #41400F. Grayscale: #C4C4C4. Windows color (decimal): -4276240 or 15777726. OLE color: 15777726.

HSL color Cylindrical-coordinate representation of color #BEBFF0: hue angle of 238.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEBFF0 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190191240-
CMYK0.210.2000.06
HSL238.8º62.5%84.31%-
HSV(B)238.8º20.83%94.12%-
XYZ55.5954.590.03-
YUV196.29152.67123.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 191 (75% from 255) = 30.76%
BLUE value IS 240 (94.14% from 255) = 38.65%
R=30.60%
G=30.76%
B=38.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901912400.210.2000.06238.862.584.31
HexBEBFF0151406ef3e54
Octal27627736025240635776124
Binary10111110101111111111000010101101000110111011111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFF0; }

 p { color: rgb(190,191,240); }

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

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

 a { background-color: rgb(190,191,240); }

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

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

 span { border-color: rgb(190,191,240); }

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