#BECAFB

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

Shades of Lavender Blue #BECAFB

Tints of Lavender Blue #BECAFB

Color information

#BECAFB (or 0xBECAFB) is unknown color: approx Lavender Blue. HEX triplet: BE, CA and FB. RGB value is (190,202,251). Sum of RGB (Red+Green+Blue) = 190+202+251=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #BECAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAFB is #413504. Grayscale: #CBCBCB. Windows color (decimal): -4273413 or 16501438. OLE color: 16501438.

HSL color Cylindrical-coordinate representation of color #BECAFB: hue angle of 228.2º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BECAFB is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190202251-
CMYK0.240.2000.02
HSL228.2º88.41%86.47%-
HSV(B)228.2º24.3%98.43%-
XYZ59.7760.1599.73-
YUV204154.52118.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=29.55%
G=31.42%
B=39.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902022510.240.2000.02228.288.4186.47
HexBECAFB181402e45856
Octal276312373302402344130126
Binary10111110110010101111101111000101000101110010010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAFB; }

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

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

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

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

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

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

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

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