#BDDCCC

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

Shades of Aero Blue #BDDCCC

Tints of Aero Blue #BDDCCC

Color information

#BDDCCC (or 0xBDDCCC) is unknown color: approx Aero Blue. HEX triplet: BD, DC and CC. RGB value is (189,220,204). Sum of RGB (Red+Green+Blue) = 189+220+204=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCCC is #422333. Grayscale: #D0D0D0. Windows color (decimal): -4334388 or 13425853. OLE color: 13425853.

HSL color Cylindrical-coordinate representation of color #BDDCCC: hue angle of 149.03º degrees, saturation: 0.31, 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 #BDDCCC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB189220204-
CMYK0.1400.070.14
HSL149.03º30.69%80.2%-
HSV(B)149.03º14.09%86.27%-
XYZ57.4866.3666.91-
YUV208.91125.23113.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=30.83%
G=35.89%
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
Decimal1892202040.1400.070.14149.0330.6980.2
HexBDDCCCE07E951f50
Octal27533431416071622537120
Binary10111101110111001100110011100111111010010101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCCC; }

 p { color: rgb(189,220,204); }

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

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

 a { background-color: rgb(189,220,204); }

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

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

 span { border-color: rgb(189,220,204); }

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