#BFE6CF

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

Shades of Aero Blue #BFE6CF

Tints of Aero Blue #BFE6CF

Color information

#BFE6CF (or 0xBFE6CF) is unknown color: approx Aero Blue. HEX triplet: BF, E6 and CF. RGB value is (191,230,207). Sum of RGB (Red+Green+Blue) = 191+230+207=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE6CF is #401930. Grayscale: #D7D7D7. Windows color (decimal): -4200753 or 13625023. OLE color: 13625023.

HSL color Cylindrical-coordinate representation of color #BFE6CF: hue angle of 144.62º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE6CF is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB191230207-
CMYK0.1700.100.10
HSL144.62º43.82%82.55%-
HSV(B)144.62º16.96%90.2%-
XYZ61.0572.1769.75-
YUV215.72123.08110.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 230 (90.23% from 255) = 36.62%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=30.41%
G=36.62%
B=32.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912302070.1700.100.10144.6243.8282.55
HexBFE6CF110AA912c53
Octal277346317210121222154123
Binary10111111111001101100111110001010101010100100011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE6CF; }

 p { color: rgb(191,230,207); }

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

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

 a { background-color: rgb(191,230,207); }

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

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

 span { border-color: rgb(191,230,207); }

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