#BFEAD8

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

Shades of Aero Blue #BFEAD8

Tints of Aero Blue #BFEAD8

Color information

#BFEAD8 (or 0xBFEAD8) is unknown color: approx Aero Blue. HEX triplet: BF, EA and D8. RGB value is (191,234,216). Sum of RGB (Red+Green+Blue) = 191+234+216=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAD8 is #401527. Grayscale: #DBDBDB. Windows color (decimal): -4199720 or 14215871. OLE color: 14215871.

HSL color Cylindrical-coordinate representation of color #BFEAD8: hue angle of 154.88º 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 #BFEAD8 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB191234216-
CMYK0.1800.080.08
HSL154.88º50.59%83.33%-
HSV(B)154.88º18.38%91.76%-
XYZ63.374.8876.08-
YUV219.09126.25107.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.80%
GREEN value IS 234 (91.80% from 255) = 36.51%
BLUE value IS 216 (84.77% from 255) = 33.70%
R=29.80%
G=36.51%
B=33.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912342160.1800.080.08154.8850.5983.33
HexBFEAD8120889b3353
Octal277352330220101023363123
Binary10111111111010101101100010010010001000100110111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAD8; }

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

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

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

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

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

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

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

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