#BEBBFC

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

Shades of Lavender Blue #BEBBFC

Tints of Lavender Blue #BEBBFC

Color information

#BEBBFC (or 0xBEBBFC) is unknown color: approx Lavender Blue. HEX triplet: BE, BB and FC. RGB value is (190,187,252). Sum of RGB (Red+Green+Blue) = 190+187+252=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEBBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBBFC is #414403. Grayscale: #C3C3C3. Windows color (decimal): -4277252 or 16563134. OLE color: 16563134.

HSL color Cylindrical-coordinate representation of color #BEBBFC: hue angle of 242.77º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEBBFC is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190187252-
CMYK0.250.2600.01
HSL242.77º91.55%86.08%-
HSV(B)242.77º25.79%98.82%-
XYZ56.5853.5299.44-
YUV195.31159.99124.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 187 (73.44% from 255) = 29.73%
BLUE value IS 252 (98.83% from 255) = 40.06%
R=30.21%
G=29.73%
B=40.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901872520.250.2600.01242.7791.5586.08
HexBEBBFC191A01f35c56
Octal276273374313201363134126
Binary1011111010111011111111001100111010011111001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBFC; }

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

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

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

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

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

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

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

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