#BFEAD0

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

Shades of Aero Blue #BFEAD0

Tints of Aero Blue #BFEAD0

Color information

#BFEAD0 (or 0xBFEAD0) is unknown color: approx Aero Blue. HEX triplet: BF, EA and D0. RGB value is (191,234,208). Sum of RGB (Red+Green+Blue) = 191+234+208=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAD0 is #40152F. Grayscale: #DADADA. Windows color (decimal): -4199728 or 13691583. OLE color: 13691583.

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

Color convert

RGB191234208-
CMYK0.1800.110.08
HSL143.72º50.59%83.33%-
HSV(B)143.72º18.38%91.76%-
XYZ62.2974.4870.77-
YUV218.18122.25108.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.17%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=30.17%
G=36.97%
B=32.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912342080.1800.110.08143.7250.5983.33
HexBFEAD0120B8903353
Octal277352320220131022063123
Binary10111111111010101101000010010010111000100100001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAD0; }

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

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

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

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

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

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

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

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