#bffdd5

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

Shades of Aero Blue #BFFDD5

Tints of Aero Blue #BFFDD5

Color information

#BFFDD5 (or 0xBFFDD5) is unknown color: approx Aero Blue. HEX triplet: BF, FD and D5. RGB value is (191,253,213). Sum of RGB (Red+Green+Blue) = 191+253+213=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDD5 is #40022A. Grayscale: #E6E6E6. Windows color (decimal): -4194859 or 14024127. OLE color: 14024127.

HSL color Cylindrical-coordinate representation of color #BFFDD5: hue angle of 141.29º 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 #BFFDD5 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB191253213-
CMYK0.2500.160.01
HSL141.29º93.94%87.06%-
HSV(B)141.29º24.51%99.22%-
XYZ68.6286.1375.96-
YUV229.9118.46100.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.07%
GREEN value IS 253 (99.22% from 255) = 38.51%
BLUE value IS 213 (83.59% from 255) = 32.42%
R=29.07%
G=38.51%
B=32.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912532130.2500.160.01141.2993.9487.06
HexBFFDD51901018d5e57
Octal277375325310201215136127
Binary1011111111111101110101011100101000011000110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bffdd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bffdd5; }

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

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

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

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

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

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

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

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