#BCDBCB

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

Shades of Aero Blue #BCDBCB

Tints of Aero Blue #BCDBCB

Color information

#BCDBCB (or 0xBCDBCB) is unknown color: approx Aero Blue. HEX triplet: BC, DB and CB. RGB value is (188,219,203). Sum of RGB (Red+Green+Blue) = 188+219+203=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBCB is #432434. Grayscale: #CFCFCF. Windows color (decimal): -4400181 or 13360060. OLE color: 13360060.

HSL color Cylindrical-coordinate representation of color #BCDBCB: hue angle of 149.03º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDBCB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB188219203-
CMYK0.1400.070.14
HSL149.03º30.1%79.8%-
HSV(B)149.03º14.16%85.88%-
XYZ56.8565.6766.18-
YUV207.91125.23113.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.82%
GREEN value IS 219 (85.94% from 255) = 35.90%
BLUE value IS 203 (79.69% from 255) = 33.28%
R=30.82%
G=35.90%
B=33.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882192030.1400.070.14149.0330.179.8
HexBCDBCBE07E951e50
Octal27433331316071622536120
Binary10111100110110111100101111100111111010010101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBCB; }

 p { color: rgb(188,219,203); }

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

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

 a { background-color: rgb(188,219,203); }

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

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

 span { border-color: rgb(188,219,203); }

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