#BCF3D8

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

Shades of Aero Blue #BCF3D8

Tints of Aero Blue #BCF3D8

Color information

#BCF3D8 (or 0xBCF3D8) is unknown color: approx Aero Blue. HEX triplet: BC, F3 and D8. RGB value is (188,243,216). Sum of RGB (Red+Green+Blue) = 188+243+216=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3D8 is #430C27. Grayscale: #DFDFDF. Windows color (decimal): -4394024 or 14218172. OLE color: 14218172.

HSL color Cylindrical-coordinate representation of color #BCF3D8: hue angle of 150.55º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3D8 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB188243216-
CMYK0.2300.110.05
HSL150.55º69.62%84.51%-
HSV(B)150.55º22.63%95.29%-
XYZ65.1879.7576.92-
YUV223.48123.78102.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.06%
GREEN value IS 243 (95.31% from 255) = 37.56%
BLUE value IS 216 (84.77% from 255) = 33.38%
R=29.06%
G=37.56%
B=33.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882432160.2300.110.05150.5569.6284.51
HexBCF3D8170B5974655
Octal274363330270135227106125
Binary10111100111100111101100010111010111011001011110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3D8; }

 p { color: rgb(188,243,216); }

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

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

 a { background-color: rgb(188,243,216); }

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

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

 span { border-color: rgb(188,243,216); }

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