#BCF6D1

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

Shades of Aero Blue #BCF6D1

Tints of Aero Blue #BCF6D1

Color information

#BCF6D1 (or 0xBCF6D1) is unknown color: approx Aero Blue. HEX triplet: BC, F6 and D1. RGB value is (188,246,209). Sum of RGB (Red+Green+Blue) = 188+246+209=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6D1 is #43092E. Grayscale: #E0E0E0. Windows color (decimal): -4393263 or 13760188. OLE color: 13760188.

HSL color Cylindrical-coordinate representation of color #BCF6D1: hue angle of 141.72º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6D1 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB188246209-
CMYK0.2400.150.04
HSL141.72º76.32%85.1%-
HSV(B)141.72º23.58%96.47%-
XYZ65.281.2172.56-
YUV224.44119.28102.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.24%
GREEN value IS 246 (96.48% from 255) = 38.26%
BLUE value IS 209 (82.03% from 255) = 32.50%
R=29.24%
G=38.26%
B=32.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882462090.2400.150.04141.7276.3285.1
HexBCF6D1180F48e4c55
Octal274366321300174216114125
Binary10111100111101101101000111000011111001000111010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6D1; }

 p { color: rgb(188,246,209); }

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

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

 a { background-color: rgb(188,246,209); }

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

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

 span { border-color: rgb(188,246,209); }

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