#BEBBFA

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

Shades of Lavender Blue #BEBBFA

Tints of Lavender Blue #BEBBFA

Color information

#BEBBFA (or 0xBEBBFA) is unknown color: approx Lavender Blue. HEX triplet: BE, BB and FA. RGB value is (190,187,250). Sum of RGB (Red+Green+Blue) = 190+187+250=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEBBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBBFA is #414405. Grayscale: #C2C2C2. Windows color (decimal): -4277254 or 16432062. OLE color: 16432062.

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

Color convert

RGB190187250-
CMYK0.240.2500.02
HSL242.86º86.3%85.69%-
HSV(B)242.86º25.2%98.04%-
XYZ56.2653.3997.78-
YUV195.08158.99124.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=30.30%
G=29.82%
B=39.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901872500.240.2500.02242.8686.385.69
HexBEBBFA181902f35656
Octal276273372303102363126126
Binary10111110101110111111101011000110010101111001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBFA; }

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

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

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

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

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

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

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

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