#BEC0FD

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

Shades of Lavender Blue #BEC0FD

Tints of Lavender Blue #BEC0FD

Color information

#BEC0FD (or 0xBEC0FD) is unknown color: approx Lavender Blue. HEX triplet: BE, C0 and FD. RGB value is (190,192,253). Sum of RGB (Red+Green+Blue) = 190+192+253=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEC0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0FD is #413F02. Grayscale: #C6C6C6. Windows color (decimal): -4275971 or 16629950. OLE color: 16629950.

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

Color convert

RGB190192253-
CMYK0.250.2400.01
HSL238.1º94.03%86.86%-
HSV(B)238.1º24.9%99.22%-
XYZ57.8155.74100.64-
YUV198.36158.84122.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.92%
GREEN value IS 192 (75.39% from 255) = 30.24%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=29.92%
G=30.24%
B=39.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901922530.250.2400.01238.194.0386.86
HexBEC0FD191801ee5e57
Octal276300375313001356136127
Binary1011111011000000111111011100111000011110111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0FD; }

 p { color: rgb(190,192,253); }

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

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

 a { background-color: rgb(190,192,253); }

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

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

 span { border-color: rgb(190,192,253); }

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