#BCEBD3

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

Shades of Aero Blue #BCEBD3

Tints of Aero Blue #BCEBD3

Color information

#BCEBD3 (or 0xBCEBD3) is unknown color: approx Aero Blue. HEX triplet: BC, EB and D3. RGB value is (188,235,211). Sum of RGB (Red+Green+Blue) = 188+235+211=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBD3 is #43142C. Grayscale: #DADADA. Windows color (decimal): -4396077 or 13888444. OLE color: 13888444.

HSL color Cylindrical-coordinate representation of color #BCEBD3: hue angle of 149.36º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBD3 is Cyan = 0.2, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB188235211-
CMYK0.200.100.08
HSL149.36º54.02%82.94%-
HSV(B)149.36º20%92.16%-
XYZ62.2174.8172.79-
YUV218.21123.93106.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.65%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 211 (82.81% from 255) = 33.28%
R=29.65%
G=37.07%
B=33.28%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882352110.200.100.08149.3654.0282.94
HexBCEBD3140A8953653
Octal274353323240121022566123
Binary10111100111010111101001110100010101000100101011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBD3; }

 p { color: rgb(188,235,211); }

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

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

 a { background-color: rgb(188,235,211); }

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

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

 span { border-color: rgb(188,235,211); }

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