#BFFFDD

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

Shades of Aero Blue #BFFFDD

Tints of Aero Blue #BFFFDD

Color information

#BFFFDD (or 0xBFFFDD) is unknown color: approx Aero Blue. HEX triplet: BF, FF and DD. RGB value is (191,255,221). Sum of RGB (Red+Green+Blue) = 191+255+221=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFDD is #400022. Grayscale: #E8E8E8. Windows color (decimal): -4194339 or 14548927. OLE color: 14548927.

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

Color convert

RGB191255221-
CMYK0.2500.130
HSL148.12º100%87.45%-
HSV(B)148.12º25.1%100%-
XYZ70.387.8281.65-
YUV231.99121.898.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.64%
GREEN value IS 255 (100% from 255) = 38.23%
BLUE value IS 221 (86.72% from 255) = 33.13%
R=28.64%
G=38.23%
B=33.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552210.2500.130148.1210087.45
HexBFFFDD190D0946457
Octal277377335310150224144127
Binary101111111111111111011101110010110101001010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFDD; }

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

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

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

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

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

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

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

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