#BFE3CE

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

Shades of Aero Blue #BFE3CE

Tints of Aero Blue #BFE3CE

Color information

#BFE3CE (or 0xBFE3CE) is unknown color: approx Aero Blue. HEX triplet: BF, E3 and CE. RGB value is (191,227,206). Sum of RGB (Red+Green+Blue) = 191+227+206=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3CE is #401C31. Grayscale: #D5D5D5. Windows color (decimal): -4201522 or 13558719. OLE color: 13558719.

HSL color Cylindrical-coordinate representation of color #BFE3CE: hue angle of 145º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3CE is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB191227206-
CMYK0.1600.090.11
HSL145º39.13%81.96%-
HSV(B)145º15.86%89.02%-
XYZ60.170.4768.83-
YUV213.84123.57111.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 227 (89.06% from 255) = 36.38%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=30.61%
G=36.38%
B=33.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912272060.1600.090.1114539.1381.96
HexBFE3CE1009B912752
Octal277343316200111322147122
Binary10111111111000111100111010000010011011100100011001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE3CE; }

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

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

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

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

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

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

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

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