#BCF1D7

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

Shades of Aero Blue #BCF1D7

Tints of Aero Blue #BCF1D7

Color information

#BCF1D7 (or 0xBCF1D7) is unknown color: approx Aero Blue. HEX triplet: BC, F1 and D7. RGB value is (188,241,215). Sum of RGB (Red+Green+Blue) = 188+241+215=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1D7 is #430E28. Grayscale: #DEDEDE. Windows color (decimal): -4394537 or 14152124. OLE color: 14152124.

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

Color convert

RGB188241215-
CMYK0.2200.110.05
HSL150.57º65.43%84.12%-
HSV(B)150.57º21.99%94.51%-
XYZ64.4678.5176.05-
YUV222.19123.94103.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.19%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=29.19%
G=37.42%
B=33.39%

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
Decimal1882412150.2200.110.05150.5765.4384.12
HexBCF1D7160B5974154
Octal274361327260135227101124
Binary10111100111100011101011110110010111011001011110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1D7; }

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

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

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

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

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

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

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

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