#BEB8FA

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

Shades of Lavender Blue #BEB8FA

Tints of Lavender Blue #BEB8FA

Color information

#BEB8FA (or 0xBEB8FA) is unknown color: approx Lavender Blue. HEX triplet: BE, B8 and FA. RGB value is (190,184,250). Sum of RGB (Red+Green+Blue) = 190+184+250=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEB8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB8FA is #414705. Grayscale: #C1C1C1. Windows color (decimal): -4278022 or 16431294. OLE color: 16431294.

HSL color Cylindrical-coordinate representation of color #BEB8FA: hue angle of 245.45º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEB8FA is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190184250-
CMYK0.240.2600.02
HSL245.45º86.84%85.1%-
HSV(B)245.45º26.4%98.04%-
XYZ55.6352.1397.57-
YUV193.32159.99125.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 184 (72.27% from 255) = 29.49%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=30.45%
G=29.49%
B=40.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901842500.240.2600.02245.4586.8485.1
HexBEB8FA181A02f55755
Octal276270372303202365127125
Binary10111110101110001111101011000110100101111010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8FA; }

 p { color: rgb(190,184,250); }

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

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

 a { background-color: rgb(190,184,250); }

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

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

 span { border-color: rgb(190,184,250); }

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