#BCF1D6

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

Shades of Aero Blue #BCF1D6

Tints of Aero Blue #BCF1D6

Color information

#BCF1D6 (or 0xBCF1D6) is unknown color: approx Aero Blue. HEX triplet: BC, F1 and D6. RGB value is (188,241,214). Sum of RGB (Red+Green+Blue) = 188+241+214=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1D6 is #430E29. Grayscale: #DEDEDE. Windows color (decimal): -4394538 or 14086588. OLE color: 14086588.

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

Color convert

RGB188241214-
CMYK0.2200.110.05
HSL149.43º65.43%84.12%-
HSV(B)149.43º21.99%94.51%-
XYZ64.3378.4675.37-
YUV222.08123.44103.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.24%
GREEN value IS 241 (94.53% from 255) = 37.48%
BLUE value IS 214 (83.98% from 255) = 33.28%
R=29.24%
G=37.48%
B=33.28%

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
Decimal1882412140.2200.110.05149.4365.4384.12
HexBCF1D6160B5954154
Octal274361326260135225101124
Binary10111100111100011101011010110010111011001010110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1D6; }

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

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

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

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

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

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

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

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