#BEBBFB

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

Shades of Lavender Blue #BEBBFB

Tints of Lavender Blue #BEBBFB

Color information

#BEBBFB (or 0xBEBBFB) is unknown color: approx Lavender Blue. HEX triplet: BE, BB and FB. RGB value is (190,187,251). Sum of RGB (Red+Green+Blue) = 190+187+251=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEBBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBBFB is #414404. Grayscale: #C2C2C2. Windows color (decimal): -4277253 or 16497598. OLE color: 16497598.

HSL color Cylindrical-coordinate representation of color #BEBBFB: hue angle of 242.81º degrees, saturation: 0.89, 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 #BEBBFB is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190187251-
CMYK0.240.2500.02
HSL242.81º88.89%85.88%-
HSV(B)242.81º25.5%98.43%-
XYZ56.4253.4598.61-
YUV195.19159.49124.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.25%
GREEN value IS 187 (73.44% from 255) = 29.78%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=30.25%
G=29.78%
B=39.97%

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
Decimal1901872510.240.2500.02242.8188.8985.88
HexBEBBFB181902f35956
Octal276273373303102363131126
Binary10111110101110111111101111000110010101111001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBFB; }

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

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

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

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

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

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

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

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