#BFFEDE

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

Shades of Aero Blue #BFFEDE

Tints of Aero Blue #BFFEDE

Color information

#BFFEDE (or 0xBFFEDE) is unknown color: approx Aero Blue. HEX triplet: BF, FE and DE. RGB value is (191,254,222). Sum of RGB (Red+Green+Blue) = 191+254+222=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEDE is #400121. Grayscale: #E7E7E7. Windows color (decimal): -4194594 or 14614207. OLE color: 14614207.

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

Color convert

RGB191254222-
CMYK0.2500.130.00
HSL149.52º96.92%87.25%-
HSV(B)149.52º24.8%99.61%-
XYZ70.1187.2382.25-
YUV231.52122.6399.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.64%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 222 (87.11% from 255) = 33.28%
R=28.64%
G=38.08%
B=33.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542220.2500.130.00149.5296.9287.25
HexBFFEDE190D0966157
Octal277376336310150226141127
Binary101111111111111011011110110010110101001011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEDE; }

 p { color: rgb(191,254,222); }

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

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

 a { background-color: rgb(191,254,222); }

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

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

 span { border-color: rgb(191,254,222); }

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