#BCF1D9

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

Shades of Aero Blue #BCF1D9

Tints of Aero Blue #BCF1D9

Color information

#BCF1D9 (or 0xBCF1D9) is unknown color: approx Aero Blue. HEX triplet: BC, F1 and D9. RGB value is (188,241,217). Sum of RGB (Red+Green+Blue) = 188+241+217=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1D9 is #430E26. Grayscale: #DEDEDE. Windows color (decimal): -4394535 or 14283196. OLE color: 14283196.

HSL color Cylindrical-coordinate representation of color #BCF1D9: hue angle of 152.83º degrees, saturation: 0.65, 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 #BCF1D9 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB188241217-
CMYK0.2200.100.05
HSL152.83º65.43%84.12%-
HSV(B)152.83º21.99%94.51%-
XYZ64.7278.6177.41-
YUV222.42124.94103.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.10%
GREEN value IS 241 (94.53% from 255) = 37.31%
BLUE value IS 217 (85.16% from 255) = 33.59%
R=29.10%
G=37.31%
B=33.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882412170.2200.100.05152.8365.4384.12
HexBCF1D9160A5994154
Octal274361331260125231101124
Binary10111100111100011101100110110010101011001100110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1D9; }

 p { color: rgb(188,241,217); }

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

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

 a { background-color: rgb(188,241,217); }

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

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

 span { border-color: rgb(188,241,217); }

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