#BFEAD9

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

Shades of Aero Blue #BFEAD9

Tints of Aero Blue #BFEAD9

Color information

#BFEAD9 (or 0xBFEAD9) is unknown color: approx Aero Blue. HEX triplet: BF, EA and D9. RGB value is (191,234,217). Sum of RGB (Red+Green+Blue) = 191+234+217=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAD9 is #401526. Grayscale: #DBDBDB. Windows color (decimal): -4199719 or 14281407. OLE color: 14281407.

HSL color Cylindrical-coordinate representation of color #BFEAD9: hue angle of 156.28º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEAD9 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB191234217-
CMYK0.1800.070.08
HSL156.28º50.59%83.33%-
HSV(B)156.28º18.38%91.76%-
XYZ63.4374.9376.77-
YUV219.2126.75107.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 234 (91.80% from 255) = 36.45%
BLUE value IS 217 (85.16% from 255) = 33.80%
R=29.75%
G=36.45%
B=33.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912342170.1800.070.08156.2850.5983.33
HexBFEAD9120789c3353
Octal27735233122071023463123
Binary1011111111101010110110011001001111000100111001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAD9; }

 p { color: rgb(191,234,217); }

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

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

 a { background-color: rgb(191,234,217); }

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

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

 span { border-color: rgb(191,234,217); }

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