#BECCFD

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

Shades of Lavender Blue #BECCFD

Tints of Lavender Blue #BECCFD

Color information

#BECCFD (or 0xBECCFD) is unknown color: approx Lavender Blue. HEX triplet: BE, CC and FD. RGB value is (190,204,253). Sum of RGB (Red+Green+Blue) = 190+204+253=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #BECCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCFD is #413302. Grayscale: #CDCDCD. Windows color (decimal): -4272899 or 16633022. OLE color: 16633022.

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

Color convert

RGB190204253-
CMYK0.250.1900.01
HSL226.67º94.03%86.86%-
HSV(B)226.67º24.9%99.22%-
XYZ60.5661.22101.55-
YUV205.4154.86117.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.37%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=29.37%
G=31.53%
B=39.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902042530.250.1900.01226.6794.0386.86
HexBECCFD191301e35e57
Octal276314375312301343136127
Binary1011111011001100111111011100110011011110001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCFD; }

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

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

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

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

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

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

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

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