#BCF2D8

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

Shades of Aero Blue #BCF2D8

Tints of Aero Blue #BCF2D8

Color information

#BCF2D8 (or 0xBCF2D8) is unknown color: approx Aero Blue. HEX triplet: BC, F2 and D8. RGB value is (188,242,216). Sum of RGB (Red+Green+Blue) = 188+242+216=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2D8 is #430D27. Grayscale: #DEDEDE. Windows color (decimal): -4394280 or 14217916. OLE color: 14217916.

HSL color Cylindrical-coordinate representation of color #BCF2D8: hue angle of 151.11º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2D8 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB188242216-
CMYK0.2200.110.05
HSL151.11º67.5%84.31%-
HSV(B)151.11º22.31%94.9%-
XYZ64.8979.1576.82-
YUV222.89124.11103.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.10%
GREEN value IS 242 (94.92% from 255) = 37.46%
BLUE value IS 216 (84.77% from 255) = 33.44%
R=29.10%
G=37.46%
B=33.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882422160.2200.110.05151.1167.584.31
HexBCF2D8160B5974454
Octal274362330260135227104124
Binary10111100111100101101100010110010111011001011110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF2D8; }

 p { color: rgb(188,242,216); }

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

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

 a { background-color: rgb(188,242,216); }

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

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

 span { border-color: rgb(188,242,216); }

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