#BEBFFA

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

Shades of Lavender Blue #BEBFFA

Tints of Lavender Blue #BEBFFA

Color information

#BEBFFA (or 0xBEBFFA) is unknown color: approx Lavender Blue. HEX triplet: BE, BF and FA. RGB value is (190,191,250). Sum of RGB (Red+Green+Blue) = 190+191+250=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEBFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFFA is #414005. Grayscale: #C5C5C5. Windows color (decimal): -4276230 or 16433086. OLE color: 16433086.

HSL color Cylindrical-coordinate representation of color #BEBFFA: hue angle of 239º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEBFFA is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190191250-
CMYK0.240.2400.02
HSL239º85.71%86.27%-
HSV(B)239º24%98.04%-
XYZ57.1255.1198.07-
YUV197.43157.67122.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=30.11%
G=30.27%
B=39.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901912500.240.2400.0223985.7186.27
HexBEBFFA181802ef5656
Octal276277372303002357126126
Binary10111110101111111111101011000110000101110111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFFA; }

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

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

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

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

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

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

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

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