#BFFAD6

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

Shades of Aero Blue #BFFAD6

Tints of Aero Blue #BFFAD6

Color information

#BFFAD6 (or 0xBFFAD6) is unknown color: approx Aero Blue. HEX triplet: BF, FA and D6. RGB value is (191,250,214). Sum of RGB (Red+Green+Blue) = 191+250+214=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFAD6 is #400529. Grayscale: #E4E4E4. Windows color (decimal): -4195626 or 14088895. OLE color: 14088895.

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

Color convert

RGB191250214-
CMYK0.2400.140.02
HSL143.39º85.51%86.47%-
HSV(B)143.39º23.6%98.04%-
XYZ67.8184.376.32-
YUV228.26119.95101.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.16%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 214 (83.98% from 255) = 32.67%
R=29.16%
G=38.17%
B=32.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912502140.2400.140.02143.3985.5186.47
HexBFFAD6180E28f5656
Octal277372326300162217126126
Binary1011111111111010110101101100001110101000111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAD6; }

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

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

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

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

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

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

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

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