#BFF8DC

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

Shades of Aero Blue #BFF8DC

Tints of Aero Blue #BFF8DC

Color information

#BFF8DC (or 0xBFF8DC) is unknown color: approx Aero Blue. HEX triplet: BF, F8 and DC. RGB value is (191,248,220). Sum of RGB (Red+Green+Blue) = 191+248+220=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF8DC is #400723. Grayscale: #E3E3E3. Windows color (decimal): -4196132 or 14481599. OLE color: 14481599.

HSL color Cylindrical-coordinate representation of color #BFF8DC: hue angle of 150.53º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF8DC is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB191248220-
CMYK0.2300.110.03
HSL150.53º80.28%86.08%-
HSV(B)150.53º22.98%97.25%-
XYZ67.9783.3880.22-
YUV227.76123.62101.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.98%
GREEN value IS 248 (97.27% from 255) = 37.63%
BLUE value IS 220 (86.33% from 255) = 33.38%
R=28.98%
G=37.63%
B=33.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912482200.2300.110.03150.5380.2886.08
HexBFF8DC170B3975056
Octal277370334270133227120126
Binary1011111111111000110111001011101011111001011110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF8DC; }

 p { color: rgb(191,248,220); }

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

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

 a { background-color: rgb(191,248,220); }

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

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

 span { border-color: rgb(191,248,220); }

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