#BFFDDD

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

Shades of Aero Blue #BFFDDD

Tints of Aero Blue #BFFDDD

Color information

#BFFDDD (or 0xBFFDDD) is unknown color: approx Aero Blue. HEX triplet: BF, FD and DD. RGB value is (191,253,221). Sum of RGB (Red+Green+Blue) = 191+253+221=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDDD is #400222. Grayscale: #E6E6E6. Windows color (decimal): -4194851 or 14548415. OLE color: 14548415.

HSL color Cylindrical-coordinate representation of color #BFFDDD: hue angle of 149.03º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDDD is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB191253221-
CMYK0.2500.130.01
HSL149.03º93.94%87.06%-
HSV(B)149.03º24.51%99.22%-
XYZ69.6686.5581.44-
YUV230.81122.4699.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.72%
GREEN value IS 253 (99.22% from 255) = 38.05%
BLUE value IS 221 (86.72% from 255) = 33.23%
R=28.72%
G=38.05%
B=33.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912532210.2500.130.01149.0393.9487.06
HexBFFDDD190D1955e57
Octal277375335310151225136127
Binary101111111111110111011101110010110111001010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFDDD; }

 p { color: rgb(191,253,221); }

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

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

 a { background-color: rgb(191,253,221); }

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

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

 span { border-color: rgb(191,253,221); }

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