#BECAFE

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

Shades of Lavender Blue #BECAFE

Tints of Lavender Blue #BECAFE

Color information

#BECAFE (or 0xBECAFE) is unknown color: approx Lavender Blue. HEX triplet: BE, CA and FE. RGB value is (190,202,254). Sum of RGB (Red+Green+Blue) = 190+202+254=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #BECAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAFE is #413501. Grayscale: #CCCCCC. Windows color (decimal): -4273410 or 16698046. OLE color: 16698046.

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

Color convert

RGB190202254-
CMYK0.250.2000.00
HSL228.75º96.97%87.06%-
HSV(B)228.75º25.2%99.61%-
XYZ60.2560.34102.24-
YUV204.34156.02117.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.41%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=29.41%
G=31.27%
B=39.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902022540.250.2000.00228.7596.9787.06
HexBECAFE191400e56157
Octal276312376312400345141127
Binary1011111011001010111111101100110100001110010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAFE; }

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

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

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

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

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

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

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

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