#BECAFD

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

Shades of Lavender Blue #BECAFD

Tints of Lavender Blue #BECAFD

Color information

#BECAFD (or 0xBECAFD) is unknown color: approx Lavender Blue. HEX triplet: BE, CA and FD. RGB value is (190,202,253). Sum of RGB (Red+Green+Blue) = 190+202+253=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #BECAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAFD is #413502. Grayscale: #CCCCCC. Windows color (decimal): -4273411 or 16632510. OLE color: 16632510.

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

Color convert

RGB190202253-
CMYK0.250.2000.01
HSL228.57º94.03%86.86%-
HSV(B)228.57º24.9%99.22%-
XYZ60.0960.28101.4-
YUV204.23155.52117.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.46%
GREEN value IS 202 (79.30% from 255) = 31.32%
BLUE value IS 253 (99.22% from 255) = 39.22%
R=29.46%
G=31.32%
B=39.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902022530.250.2000.01228.5794.0386.86
HexBECAFD191401e55e57
Octal276312375312401345136127
Binary1011111011001010111111011100110100011110010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAFD; }

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

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

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

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

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

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

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

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