#BCFBDB

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

Shades of Aero Blue #BCFBDB

Tints of Aero Blue #BCFBDB

Color information

#BCFBDB (or 0xBCFBDB) is unknown color: approx Aero Blue. HEX triplet: BC, FB and DB. RGB value is (188,251,219). Sum of RGB (Red+Green+Blue) = 188+251+219=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBDB is #430424. Grayscale: #E4E4E4. Windows color (decimal): -4391973 or 14416828. OLE color: 14416828.

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

Color convert

RGB188251219-
CMYK0.2500.130.02
HSL149.52º88.73%86.08%-
HSV(B)149.52º25.1%98.43%-
XYZ68.0284.879.8-
YUV228.52122.6399.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.57%
GREEN value IS 251 (98.44% from 255) = 38.15%
BLUE value IS 219 (85.94% from 255) = 33.28%
R=28.57%
G=38.15%
B=33.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882512190.2500.130.02149.5288.7386.08
HexBCFBDB190D2965956
Octal274373333310152226131126
Binary1011110011111011110110111100101101101001011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBDB; }

 p { color: rgb(188,251,219); }

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

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

 a { background-color: rgb(188,251,219); }

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

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

 span { border-color: rgb(188,251,219); }

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