#BECEFF

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

Shades of Lavender Blue #BECEFF

Tints of Lavender Blue #BECEFF

Color information

#BECEFF (or 0xBECEFF) is unknown color: approx Lavender Blue. HEX triplet: BE, CE and FF. RGB value is (190,206,255). Sum of RGB (Red+Green+Blue) = 190+206+255=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #BECEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEFF is #413100. Grayscale: #CECECE. Windows color (decimal): -4272385 or 16764606. OLE color: 16764606.

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

Color convert

RGB190206255-
CMYK0.250.1900
HSL225.23º100%87.25%-
HSV(B)225.23º25.49%100%-
XYZ61.3662.31103.4-
YUV206.8155.2116.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.19%
GREEN value IS 206 (80.86% from 255) = 31.64%
BLUE value IS 255 (100% from 255) = 39.17%
R=29.19%
G=31.64%
B=39.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902062550.250.1900225.2310087.25
HexBECEFF191300e16457
Octal276316377312300341144127
Binary1011111011001110111111111100110011001110000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEFF; }

 p { color: rgb(190,206,255); }

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

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

 a { background-color: rgb(190,206,255); }

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

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

 span { border-color: rgb(190,206,255); }

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