#BECBFC

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

Shades of Lavender Blue #BECBFC

Tints of Lavender Blue #BECBFC

Color information

#BECBFC (or 0xBECBFC) is unknown color: approx Lavender Blue. HEX triplet: BE, CB and FC. RGB value is (190,203,252). Sum of RGB (Red+Green+Blue) = 190+203+252=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #BECBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBFC is #413403. Grayscale: #CCCCCC. Windows color (decimal): -4273156 or 16567230. OLE color: 16567230.

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

Color convert

RGB190203252-
CMYK0.250.1900.01
HSL227.42º91.18%86.67%-
HSV(B)227.42º24.6%98.82%-
XYZ60.1660.69100.64-
YUV204.7154.69117.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.46%
GREEN value IS 203 (79.69% from 255) = 31.47%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=29.46%
G=31.47%
B=39.07%

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
Decimal1902032520.250.1900.01227.4291.1886.67
HexBECBFC191301e35b57
Octal276313374312301343133127
Binary1011111011001011111111001100110011011110001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBFC; }

 p { color: rgb(190,203,252); }

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

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

 a { background-color: rgb(190,203,252); }

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

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

 span { border-color: rgb(190,203,252); }

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