#BFE0CE

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

Shades of Aero Blue #BFE0CE

Tints of Aero Blue #BFE0CE

Color information

#BFE0CE (or 0xBFE0CE) is unknown color: approx Aero Blue. HEX triplet: BF, E0 and CE. RGB value is (191,224,206). Sum of RGB (Red+Green+Blue) = 191+224+206=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0CE is #401F31. Grayscale: #D4D4D4. Windows color (decimal): -4202290 or 13557951. OLE color: 13557951.

HSL color Cylindrical-coordinate representation of color #BFE0CE: hue angle of 147.27º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE0CE is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB191224206-
CMYK0.1500.080.12
HSL147.27º34.74%81.37%-
HSV(B)147.27º14.73%87.84%-
XYZ59.2868.8468.56-
YUV212.08124.57112.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 224 (87.89% from 255) = 36.07%
BLUE value IS 206 (80.86% from 255) = 33.17%
R=30.76%
G=36.07%
B=33.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912242060.1500.080.12147.2734.7481.37
HexBFE0CEF08C932351
Octal277340316170101422343121
Binary1011111111100000110011101111010001100100100111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0CE; }

 p { color: rgb(191,224,206); }

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

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

 a { background-color: rgb(191,224,206); }

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

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

 span { border-color: rgb(191,224,206); }

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