#BEB6FE

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

Shades of Lavender Blue #BEB6FE

Tints of Lavender Blue #BEB6FE

Color information

#BEB6FE (or 0xBEB6FE) is unknown color: approx Lavender Blue. HEX triplet: BE, B6 and FE. RGB value is (190,182,254). Sum of RGB (Red+Green+Blue) = 190+182+254=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 182 (71.48% from 255 or 29.07% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEB6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB6FE is #414901. Grayscale: #C0C0C0. Windows color (decimal): -4278530 or 16692926. OLE color: 16692926.

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

Color convert

RGB190182254-
CMYK0.250.2800.00
HSL246.67º97.3%85.49%-
HSV(B)246.67º28.35%99.61%-
XYZ55.8551.56100.77-
YUV192.6162.65126.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 182 (71.48% from 255) = 29.07%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=30.35%
G=29.07%
B=40.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901822540.250.2800.00246.6797.385.49
HexBEB6FE191C00f76155
Octal276266376313400367141125
Binary1011111010110110111111101100111100001111011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6FE; }

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

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

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

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

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

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

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

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