#BEBEFC

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

Shades of Lavender Blue #BEBEFC

Tints of Lavender Blue #BEBEFC

Color information

#BEBEFC (or 0xBEBEFC) is unknown color: approx Lavender Blue. HEX triplet: BE, BE and FC. RGB value is (190,190,252). Sum of RGB (Red+Green+Blue) = 190+190+252=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEBEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBEFC is #414103. Grayscale: #C4C4C4. Windows color (decimal): -4276484 or 16563902. OLE color: 16563902.

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

Color convert

RGB190190252-
CMYK0.250.2500.01
HSL240º91.18%86.67%-
HSV(B)240º24.6%98.82%-
XYZ57.2254.899.66-
YUV197.07159122.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.06%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=30.06%
G=30.06%
B=39.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901902520.250.2500.0124091.1886.67
HexBEBEFC191901f05b57
Octal276276374313101360133127
Binary1011111010111110111111001100111001011111000010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEFC; }

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

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

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

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

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

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

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

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