#BEC8FB

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

Shades of Lavender Blue #BEC8FB

Tints of Lavender Blue #BEC8FB

Color information

#BEC8FB (or 0xBEC8FB) is unknown color: approx Lavender Blue. HEX triplet: BE, C8 and FB. RGB value is (190,200,251). Sum of RGB (Red+Green+Blue) = 190+200+251=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEC8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC8FB is #413704. Grayscale: #CACACA. Windows color (decimal): -4273925 or 16500926. OLE color: 16500926.

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

Color convert

RGB190200251-
CMYK0.240.2000.02
HSL230.16º88.41%86.47%-
HSV(B)230.16º24.3%98.43%-
XYZ59.359.2299.57-
YUV202.82155.19118.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.64%
GREEN value IS 200 (78.52% from 255) = 31.20%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=29.64%
G=31.20%
B=39.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902002510.240.2000.02230.1688.4186.47
HexBEC8FB181402e65856
Octal276310373302402346130126
Binary10111110110010001111101111000101000101110011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8FB; }

 p { color: rgb(190,200,251); }

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

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

 a { background-color: rgb(190,200,251); }

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

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

 span { border-color: rgb(190,200,251); }

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