#BEC9FD

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

Shades of Lavender Blue #BEC9FD

Tints of Lavender Blue #BEC9FD

Color information

#BEC9FD (or 0xBEC9FD) is unknown color: approx Lavender Blue. HEX triplet: BE, C9 and FD. RGB value is (190,201,253). Sum of RGB (Red+Green+Blue) = 190+201+253=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEC9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC9FD is #413602. Grayscale: #CBCBCB. Windows color (decimal): -4273667 or 16632254. OLE color: 16632254.

HSL color Cylindrical-coordinate representation of color #BEC9FD: hue angle of 229.52º 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 #BEC9FD is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190201253-
CMYK0.250.2100.01
HSL229.52º94.03%86.86%-
HSV(B)229.52º24.9%99.22%-
XYZ59.8559.81101.32-
YUV203.64155.86118.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.50%
GREEN value IS 201 (78.91% from 255) = 31.21%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=29.50%
G=31.21%
B=39.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902012530.250.2100.01229.5294.0386.86
HexBEC9FD191501e65e57
Octal276311375312501346136127
Binary1011111011001001111111011100110101011110011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9FD; }

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

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

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

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

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

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

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

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