#BCF6DB

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

Shades of Aero Blue #BCF6DB

Tints of Aero Blue #BCF6DB

Color information

#BCF6DB (or 0xBCF6DB) is unknown color: approx Aero Blue. HEX triplet: BC, F6 and DB. RGB value is (188,246,219). Sum of RGB (Red+Green+Blue) = 188+246+219=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6DB is #430924. Grayscale: #E1E1E1. Windows color (decimal): -4393253 or 14415548. OLE color: 14415548.

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

Color convert

RGB188246219-
CMYK0.2400.110.04
HSL152.07º76.32%85.1%-
HSV(B)152.07º23.58%96.47%-
XYZ66.4881.7279.29-
YUV225.58124.28101.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.79%
GREEN value IS 246 (96.48% from 255) = 37.67%
BLUE value IS 219 (85.94% from 255) = 33.54%
R=28.79%
G=37.67%
B=33.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882462190.2400.110.04152.0776.3285.1
HexBCF6DB180B4984c55
Octal274366333300134230114125
Binary10111100111101101101101111000010111001001100010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6DB; }

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

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

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

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

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

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

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

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