#BCF1D2

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

Shades of Aero Blue #BCF1D2

Tints of Aero Blue #BCF1D2

Color information

#BCF1D2 (or 0xBCF1D2) is unknown color: approx Aero Blue. HEX triplet: BC, F1 and D2. RGB value is (188,241,210). Sum of RGB (Red+Green+Blue) = 188+241+210=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1D2 is #430E2D. Grayscale: #DDDDDD. Windows color (decimal): -4394542 or 13824444. OLE color: 13824444.

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

Color convert

RGB188241210-
CMYK0.2200.130.05
HSL144.91º65.43%84.12%-
HSV(B)144.91º21.99%94.51%-
XYZ63.8378.2672.71-
YUV221.62121.44104.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.42%
GREEN value IS 241 (94.53% from 255) = 37.72%
BLUE value IS 210 (82.42% from 255) = 32.86%
R=29.42%
G=37.72%
B=32.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882412100.2200.130.05144.9165.4384.12
HexBCF1D2160D5914154
Octal274361322260155221101124
Binary10111100111100011101001010110011011011001000110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1D2; }

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

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

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

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

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

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

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

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