#BFFDDE

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

Shades of Aero Blue #BFFDDE

Tints of Aero Blue #BFFDDE

Color information

#BFFDDE (or 0xBFFDDE) is unknown color: approx Aero Blue. HEX triplet: BF, FD and DE. RGB value is (191,253,222). Sum of RGB (Red+Green+Blue) = 191+253+222=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDDE is #400221. Grayscale: #E6E6E6. Windows color (decimal): -4194850 or 14613951. OLE color: 14613951.

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

Color convert

RGB191253222-
CMYK0.2500.120.01
HSL150º93.94%87.06%-
HSV(B)150º24.51%99.22%-
XYZ69.886.682.14-
YUV230.93122.9699.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.68%
GREEN value IS 253 (99.22% from 255) = 37.99%
BLUE value IS 222 (87.11% from 255) = 33.33%
R=28.68%
G=37.99%
B=33.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912532220.2500.120.0115093.9487.06
HexBFFDDE190C1965e57
Octal277375336310141226136127
Binary101111111111110111011110110010110011001011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFDDE; }

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

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

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

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

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

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

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

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