#BCE9D6

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

Shades of Aero Blue #BCE9D6

Tints of Aero Blue #BCE9D6

Color information

#BCE9D6 (or 0xBCE9D6) is unknown color: approx Aero Blue. HEX triplet: BC, E9 and D6. RGB value is (188,233,214). Sum of RGB (Red+Green+Blue) = 188+233+214=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE9D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE9D6 is #431629. Grayscale: #D9D9D9. Windows color (decimal): -4396586 or 14084540. OLE color: 14084540.

HSL color Cylindrical-coordinate representation of color #BCE9D6: hue angle of 154.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE9D6 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB188233214-
CMYK0.1900.080.09
HSL154.67º50.56%82.55%-
HSV(B)154.67º19.31%91.37%-
XYZ62.0273.8274.6-
YUV217.38126.09107.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 233 (91.41% from 255) = 36.69%
BLUE value IS 214 (83.98% from 255) = 33.70%
R=29.61%
G=36.69%
B=33.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882332140.1900.080.09154.6750.5682.55
HexBCE9D6130899b3353
Octal274351326230101123363123
Binary10111100111010011101011010011010001001100110111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE9D6; }

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

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

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

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

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

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

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

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