#BDDDCF

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

Shades of Aero Blue #BDDDCF

Tints of Aero Blue #BDDDCF

Color information

#BDDDCF (or 0xBDDDCF) is unknown color: approx Aero Blue. HEX triplet: BD, DD and CF. RGB value is (189,221,207). Sum of RGB (Red+Green+Blue) = 189+221+207=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDCF is #422230. Grayscale: #D1D1D1. Windows color (decimal): -4334129 or 13622717. OLE color: 13622717.

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

Color convert

RGB189221207-
CMYK0.1400.060.13
HSL153.75º32%80.39%-
HSV(B)153.75º14.48%86.67%-
XYZ58.1167.0468.91-
YUV209.84126.4113.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.63%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=30.63%
G=35.82%
B=33.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892212070.1400.060.13153.753280.39
HexBDDDCFE06D9a2050
Octal27533531716061523240120
Binary101111011101110111001111111001101101100110101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDCF; }

 p { color: rgb(189,221,207); }

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

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

 a { background-color: rgb(189,221,207); }

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

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

 span { border-color: rgb(189,221,207); }

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