#BEB2FC

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

Shades of Lavender Blue #BEB2FC

Tints of Lavender Blue #BEB2FC

Color information

#BEB2FC (or 0xBEB2FC) is unknown color: approx Lavender Blue. HEX triplet: BE, B2 and FC. RGB value is (190,178,252). Sum of RGB (Red+Green+Blue) = 190+178+252=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEB2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB2FC is #414D03. Grayscale: #BDBDBD. Windows color (decimal): -4279556 or 16560830. OLE color: 16560830.

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

Color convert

RGB190178252-
CMYK0.250.2900.01
HSL249.73º92.5%84.31%-
HSV(B)249.73º29.37%98.82%-
XYZ54.7349.8298.83-
YUV190.02162.98127.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 178 (69.92% from 255) = 28.71%
BLUE value IS 252 (98.83% from 255) = 40.65%
R=30.65%
G=28.71%
B=40.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901782520.250.2900.01249.7392.584.31
HexBEB2FC191D01fa5c54
Octal276262374313501372134124
Binary1011111010110010111111001100111101011111101010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2FC; }

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

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

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

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

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

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

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

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