#BEB6FF

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

Shades of Lavender Blue #BEB6FF

Tints of Lavender Blue #BEB6FF

Color information

#BEB6FF (or 0xBEB6FF) is unknown color: approx Lavender Blue. HEX triplet: BE, B6 and FF. RGB value is (190,182,255). Sum of RGB (Red+Green+Blue) = 190+182+255=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 182 (71.48% from 255 or 29.03% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB6FF is #414900. Grayscale: #C0C0C0. Windows color (decimal): -4278529 or 16758462. OLE color: 16758462.

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

Color convert

RGB190182255-
CMYK0.250.2900
HSL246.58º100%85.69%-
HSV(B)246.58º28.63%100%-
XYZ56.0151.62101.62-
YUV192.71163.15126.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 182 (71.48% from 255) = 29.03%
BLUE value IS 255 (100% from 255) = 40.67%
R=30.30%
G=29.03%
B=40.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901822550.250.2900246.5810085.69
HexBEB6FF191D00f76456
Octal276266377313500367144126
Binary1011111010110110111111111100111101001111011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6FF; }

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

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

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

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

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

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

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

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