#BCDDCA

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

Shades of Aero Blue #BCDDCA

Tints of Aero Blue #BCDDCA

Color information

#BCDDCA (or 0xBCDDCA) is unknown color: approx Aero Blue. HEX triplet: BC, DD and CA. RGB value is (188,221,202). Sum of RGB (Red+Green+Blue) = 188+221+202=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDCA is #432235. Grayscale: #D1D1D1. Windows color (decimal): -4399670 or 13295036. OLE color: 13295036.

HSL color Cylindrical-coordinate representation of color #BCDDCA: hue angle of 145.45º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDDCA is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB188221202-
CMYK0.1500.090.13
HSL145.45º32.67%80.2%-
HSV(B)145.45º14.93%86.67%-
XYZ57.2666.6765.73-
YUV208.97124.07113.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.77%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 202 (79.30% from 255) = 33.06%
R=30.77%
G=36.17%
B=33.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882212020.1500.090.13145.4532.6780.2
HexBCDDCAF09D912150
Octal274335312170111522141120
Binary1011110011011101110010101111010011101100100011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDCA; }

 p { color: rgb(188,221,202); }

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

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

 a { background-color: rgb(188,221,202); }

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

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

 span { border-color: rgb(188,221,202); }

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