#BFFADD

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

Shades of Aero Blue #BFFADD

Tints of Aero Blue #BFFADD

Color information

#BFFADD (or 0xBFFADD) is unknown color: approx Aero Blue. HEX triplet: BF, FA and DD. RGB value is (191,250,221). Sum of RGB (Red+Green+Blue) = 191+250+221=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFADD is #400522. Grayscale: #E5E5E5. Windows color (decimal): -4195619 or 14547647. OLE color: 14547647.

HSL color Cylindrical-coordinate representation of color #BFFADD: hue angle of 150.51º degrees, saturation: 0.86, 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 #BFFADD is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB191250221-
CMYK0.2400.120.02
HSL150.51º85.51%86.47%-
HSV(B)150.51º23.6%98.04%-
XYZ68.7284.6781.13-
YUV229.05123.45100.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.85%
GREEN value IS 250 (98.05% from 255) = 37.76%
BLUE value IS 221 (86.72% from 255) = 33.38%
R=28.85%
G=37.76%
B=33.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912502210.2400.120.02150.5185.5186.47
HexBFFADD180C2975656
Octal277372335300142227126126
Binary1011111111111010110111011100001100101001011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFADD; }

 p { color: rgb(191,250,221); }

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

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

 a { background-color: rgb(191,250,221); }

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

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

 span { border-color: rgb(191,250,221); }

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