#BFFADC

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

Shades of Aero Blue #BFFADC

Tints of Aero Blue #BFFADC

Color information

#BFFADC (or 0xBFFADC) is unknown color: approx Aero Blue. HEX triplet: BF, FA and DC. RGB value is (191,250,220). Sum of RGB (Red+Green+Blue) = 191+250+220=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFADC is #400523. Grayscale: #E5E5E5. Windows color (decimal): -4195620 or 14482111. OLE color: 14482111.

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

Color convert

RGB191250220-
CMYK0.2400.120.02
HSL149.49º85.51%86.47%-
HSV(B)149.49º23.6%98.04%-
XYZ68.5984.6180.43-
YUV228.94122.95100.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.90%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=28.90%
G=37.82%
B=33.28%

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
Decimal1912502200.2400.120.02149.4985.5186.47
HexBFFADC180C2955656
Octal277372334300142225126126
Binary1011111111111010110111001100001100101001010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFADC; }

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

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

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

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

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

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

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

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