#BFF4DC

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

Shades of Aero Blue #BFF4DC

Tints of Aero Blue #BFF4DC

Color information

#BFF4DC (or 0xBFF4DC) is unknown color: approx Aero Blue. HEX triplet: BF, F4 and DC. RGB value is (191,244,220). Sum of RGB (Red+Green+Blue) = 191+244+220=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF4DC is #400B23. Grayscale: #E1E1E1. Windows color (decimal): -4197156 or 14480575. OLE color: 14480575.

HSL color Cylindrical-coordinate representation of color #BFF4DC: hue angle of 152.83º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF4DC is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB191244220-
CMYK0.2200.100.04
HSL152.83º70.67%85.29%-
HSV(B)152.83º21.72%95.69%-
XYZ66.7580.9579.82-
YUV225.42124.94103.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.16%
GREEN value IS 244 (95.70% from 255) = 37.25%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=29.16%
G=37.25%
B=33.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912442200.2200.100.04152.8370.6785.29
HexBFF4DC160A4994755
Octal277364334260124231107125
Binary10111111111101001101110010110010101001001100110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF4DC; }

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

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

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

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

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

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

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

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