#BCDFCC

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

Shades of Aero Blue #BCDFCC

Tints of Aero Blue #BCDFCC

Color information

#BCDFCC (or 0xBCDFCC) is unknown color: approx Aero Blue. HEX triplet: BC, DF and CC. RGB value is (188,223,204). Sum of RGB (Red+Green+Blue) = 188+223+204=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFCC is #432033. Grayscale: #D2D2D2. Windows color (decimal): -4399156 or 13426620. OLE color: 13426620.

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

Color convert

RGB188223204-
CMYK0.1600.090.13
HSL147.43º35.35%80.59%-
HSV(B)147.43º15.7%87.45%-
XYZ58.0367.8367.16-
YUV210.37124.4112.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.57%
GREEN value IS 223 (87.5% from 255) = 36.26%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=30.57%
G=36.26%
B=33.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882232040.1600.090.13147.4335.3580.59
HexBCDFCC1009D932351
Octal274337314200111522343121
Binary10111100110111111100110010000010011101100100111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFCC; }

 p { color: rgb(188,223,204); }

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

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

 a { background-color: rgb(188,223,204); }

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

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

 span { border-color: rgb(188,223,204); }

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