#BEB7FD

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

Shades of Lavender Blue #BEB7FD

Tints of Lavender Blue #BEB7FD

Color information

#BEB7FD (or 0xBEB7FD) is unknown color: approx Lavender Blue. HEX triplet: BE, B7 and FD. RGB value is (190,183,253). Sum of RGB (Red+Green+Blue) = 190+183+253=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEB7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB7FD is #414802. Grayscale: #C0C0C0. Windows color (decimal): -4278275 or 16627646. OLE color: 16627646.

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

Color convert

RGB190183253-
CMYK0.250.2800.01
HSL246º94.59%85.49%-
HSV(B)246º27.67%99.22%-
XYZ55.951.91100-
YUV193.07161.82125.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 183 (71.88% from 255) = 29.23%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=30.35%
G=29.23%
B=40.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901832530.250.2800.0124694.5985.49
HexBEB7FD191C01f65f55
Octal276267375313401366137125
Binary1011111010110111111111011100111100011111011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7FD; }

 p { color: rgb(190,183,253); }

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

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

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

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

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

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

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