#BFFADA

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

Shades of Aero Blue #BFFADA

Tints of Aero Blue #BFFADA

Color information

#BFFADA (or 0xBFFADA) is unknown color: approx Aero Blue. HEX triplet: BF, FA and DA. RGB value is (191,250,218). Sum of RGB (Red+Green+Blue) = 191+250+218=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFADA is #400525. Grayscale: #E4E4E4. Windows color (decimal): -4195622 or 14351039. OLE color: 14351039.

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

Color convert

RGB191250218-
CMYK0.2400.130.02
HSL147.46º85.51%86.47%-
HSV(B)147.46º23.6%98.04%-
XYZ68.3384.5179.04-
YUV228.71121.95101.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.98%
GREEN value IS 250 (98.05% from 255) = 37.94%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=28.98%
G=37.94%
B=33.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912502180.2400.130.02147.4685.5186.47
HexBFFADA180D2935656
Octal277372332300152223126126
Binary1011111111111010110110101100001101101001001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFADA; }

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

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

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

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

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

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

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

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