#BFFEDC

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

Shades of Aero Blue #BFFEDC

Tints of Aero Blue #BFFEDC

Color information

#BFFEDC (or 0xBFFEDC) is unknown color: approx Aero Blue. HEX triplet: BF, FE and DC. RGB value is (191,254,220). Sum of RGB (Red+Green+Blue) = 191+254+220=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEDC is #400123. Grayscale: #E7E7E7. Windows color (decimal): -4194596 or 14483135. OLE color: 14483135.

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

Color convert

RGB191254220-
CMYK0.2500.130.00
HSL147.62º96.92%87.25%-
HSV(B)147.62º24.8%99.61%-
XYZ69.8587.1380.85-
YUV231.29121.6399.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.72%
GREEN value IS 254 (99.61% from 255) = 38.20%
BLUE value IS 220 (86.33% from 255) = 33.08%
R=28.72%
G=38.20%
B=33.08%

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
Decimal1912542200.2500.130.00147.6296.9287.25
HexBFFEDC190D0946157
Octal277376334310150224141127
Binary101111111111111011011100110010110101001010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEDC; }

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

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

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

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

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

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

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

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