#BEB9FF

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

Shades of Lavender Blue #BEB9FF

Tints of Lavender Blue #BEB9FF

Color information

#BEB9FF (or 0xBEB9FF) is unknown color: approx Lavender Blue. HEX triplet: BE, B9 and FF. RGB value is (190,185,255). Sum of RGB (Red+Green+Blue) = 190+185+255=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB9FF is #414600. Grayscale: #C2C2C2. Windows color (decimal): -4277761 or 16759230. OLE color: 16759230.

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

Color convert

RGB190185255-
CMYK0.250.2700
HSL244.29º100%86.27%-
HSV(B)244.29º27.45%100%-
XYZ56.6352.87101.83-
YUV194.48162.16124.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.16%
GREEN value IS 185 (72.66% from 255) = 29.37%
BLUE value IS 255 (100% from 255) = 40.48%
R=30.16%
G=29.37%
B=40.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901852550.250.2700244.2910086.27
HexBEB9FF191B00f46456
Octal276271377313300364144126
Binary1011111010111001111111111100111011001111010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9FF; }

 p { color: rgb(190,185,255); }

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

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

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

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

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

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

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