#BBFDD8

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

Shades of Aero Blue #BBFDD8

Tints of Aero Blue #BBFDD8

Color information

#BBFDD8 (or 0xBBFDD8) is unknown color: approx Aero Blue. HEX triplet: BB, FD and D8. RGB value is (187,253,216). Sum of RGB (Red+Green+Blue) = 187+253+216=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDD8 is #440227. Grayscale: #E5E5E5. Windows color (decimal): -4457000 or 14220731. OLE color: 14220731.

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

Color convert

RGB187253216-
CMYK0.2600.150.01
HSL146.36º94.29%86.27%-
HSV(B)146.36º26.09%99.22%-
XYZ68.0185.7777.94-
YUV229.05120.6398.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.51%
GREEN value IS 253 (99.22% from 255) = 38.57%
BLUE value IS 216 (84.77% from 255) = 32.93%
R=28.51%
G=38.57%
B=32.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872532160.2600.150.01146.3694.2986.27
HexBBFDD81A0F1925e56
Octal273375330320171222136126
Binary101110111111110111011000110100111111001001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDD8; }

 p { color: rgb(187,253,216); }

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

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

 a { background-color: rgb(187,253,216); }

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

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

 span { border-color: rgb(187,253,216); }

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