#BEB9FC

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

Shades of Lavender Blue #BEB9FC

Tints of Lavender Blue #BEB9FC

Color information

#BEB9FC (or 0xBEB9FC) is unknown color: approx Lavender Blue. HEX triplet: BE, B9 and FC. RGB value is (190,185,252). Sum of RGB (Red+Green+Blue) = 190+185+252=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEB9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB9FC is #414603. Grayscale: #C1C1C1. Windows color (decimal): -4277764 or 16562622. OLE color: 16562622.

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

Color convert

RGB190185252-
CMYK0.250.2700.01
HSL244.48º91.78%85.69%-
HSV(B)244.48º26.59%98.82%-
XYZ56.1552.6799.3-
YUV194.13160.66125.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 185 (72.66% from 255) = 29.51%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=30.30%
G=29.51%
B=40.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901852520.250.2700.01244.4891.7885.69
HexBEB9FC191B01f45c56
Octal276271374313301364134126
Binary1011111010111001111111001100111011011111010010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9FC; }

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

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

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

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

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

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

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

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