#BFE6D5

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

Shades of Aero Blue #BFE6D5

Tints of Aero Blue #BFE6D5

Color information

#BFE6D5 (or 0xBFE6D5) is unknown color: approx Aero Blue. HEX triplet: BF, E6 and D5. RGB value is (191,230,213). Sum of RGB (Red+Green+Blue) = 191+230+213=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE6D5 is #40192A. Grayscale: #D8D8D8. Windows color (decimal): -4200747 or 14018239. OLE color: 14018239.

HSL color Cylindrical-coordinate representation of color #BFE6D5: hue angle of 153.85º 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 #BFE6D5 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB191230213-
CMYK0.1700.070.10
HSL153.85º43.82%82.55%-
HSV(B)153.85º16.96%90.2%-
XYZ61.7972.4773.68-
YUV216.4126.08109.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.13%
GREEN value IS 230 (90.23% from 255) = 36.28%
BLUE value IS 213 (83.59% from 255) = 33.60%
R=30.13%
G=36.28%
B=33.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912302130.1700.070.10153.8543.8282.55
HexBFE6D51107A9a2c53
Octal27734632521071223254123
Binary1011111111100110110101011000101111010100110101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE6D5; }

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

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

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

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

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

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

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

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