#BFFAD4

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

Shades of Aero Blue #BFFAD4

Tints of Aero Blue #BFFAD4

Color information

#BFFAD4 (or 0xBFFAD4) is unknown color: approx Aero Blue. HEX triplet: BF, FA and D4. RGB value is (191,250,212). Sum of RGB (Red+Green+Blue) = 191+250+212=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFAD4 is #40052B. Grayscale: #E4E4E4. Windows color (decimal): -4195628 or 13957823. OLE color: 13957823.

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

Color convert

RGB191250212-
CMYK0.2400.150.02
HSL141.36º85.51%86.47%-
HSV(B)141.36º23.6%98.04%-
XYZ67.5684.274.98-
YUV228.03118.95101.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.25%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 212 (83.20% from 255) = 32.47%
R=29.25%
G=38.28%
B=32.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912502120.2400.150.02141.3685.5186.47
HexBFFAD4180F28d5656
Octal277372324300172215126126
Binary1011111111111010110101001100001111101000110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAD4; }

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

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

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

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

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

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

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

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