#BCFFDD

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

Shades of Aero Blue #BCFFDD

Tints of Aero Blue #BCFFDD

Color information

#BCFFDD (or 0xBCFFDD) is unknown color: approx Aero Blue. HEX triplet: BC, FF and DD. RGB value is (188,255,221). Sum of RGB (Red+Green+Blue) = 188+255+221=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFDD is #430022. Grayscale: #E7E7E7. Windows color (decimal): -4390947 or 14548924. OLE color: 14548924.

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

Color convert

RGB188255221-
CMYK0.2600.130
HSL149.55º100%86.86%-
HSV(B)149.55º26.27%100%-
XYZ69.5587.4381.62-
YUV231.09122.397.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.31%
GREEN value IS 255 (100% from 255) = 38.40%
BLUE value IS 221 (86.72% from 255) = 33.28%
R=28.31%
G=38.40%
B=33.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552210.2600.130149.5510086.86
HexBCFFDD1A0D0966457
Octal274377335320150226144127
Binary101111001111111111011101110100110101001011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFDD; }

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

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

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

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

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

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

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

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