#BEBFF8

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

Shades of Lavender Blue #BEBFF8

Tints of Lavender Blue #BEBFF8

Color information

#BEBFF8 (or 0xBEBFF8) is unknown color: approx Lavender Blue. HEX triplet: BE, BF and F8. RGB value is (190,191,248). Sum of RGB (Red+Green+Blue) = 190+191+248=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 248 (97.27% from 255 or 39.43% from 629); Max value from RGB is 248 - color contains mainly: blue. Hex color #BEBFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFF8 is #414007. Grayscale: #C4C4C4. Windows color (decimal): -4276232 or 16302014. OLE color: 16302014.

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

Color convert

RGB190191248-
CMYK0.230.2300.03
HSL238.97º80.56%85.88%-
HSV(B)238.97º23.39%97.25%-
XYZ56.8154.9996.43-
YUV197.2156.67122.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 248 (97.27% from 255) = 39.43%
R=30.21%
G=30.37%
B=39.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1901912480.230.2300.03238.9780.5685.88
HexBEBFF8171703ef5156
Octal276277370272703357121126
Binary10111110101111111111100010111101110111110111110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFF8; }

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

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

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

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

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

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

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

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