#BFECD0

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

Shades of Aero Blue #BFECD0

Tints of Aero Blue #BFECD0

Color information

#BFECD0 (or 0xBFECD0) is unknown color: approx Aero Blue. HEX triplet: BF, EC and D0. RGB value is (191,236,208). Sum of RGB (Red+Green+Blue) = 191+236+208=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECD0 is #40132F. Grayscale: #DBDBDB. Windows color (decimal): -4199216 or 13692095. OLE color: 13692095.

HSL color Cylindrical-coordinate representation of color #BFECD0: hue angle of 142.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFECD0 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB191236208-
CMYK0.1900.120.07
HSL142.67º54.22%83.73%-
HSV(B)142.67º19.07%92.55%-
XYZ62.8775.6270.96-
YUV219.35121.59107.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 236 (92.58% from 255) = 37.17%
BLUE value IS 208 (81.64% from 255) = 32.76%
R=30.08%
G=37.17%
B=32.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912362080.1900.120.07142.6754.2283.73
HexBFECD0130C78f3654
Octal27735432023014721766124
Binary1011111111101100110100001001101100111100011111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECD0; }

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

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

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

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

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

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

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

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