#BDDFCC

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

Shades of Aero Blue #BDDFCC

Tints of Aero Blue #BDDFCC

Color information

#BDDFCC (or 0xBDDFCC) is unknown color: approx Aero Blue. HEX triplet: BD, DF and CC. RGB value is (189,223,204). Sum of RGB (Red+Green+Blue) = 189+223+204=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFCC is #422033. Grayscale: #D2D2D2. Windows color (decimal): -4333620 or 13426621. OLE color: 13426621.

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

Color convert

RGB189223204-
CMYK0.1500.090.13
HSL146.47º34.69%80.78%-
HSV(B)146.47º15.25%87.45%-
XYZ58.2767.9567.17-
YUV210.67124.24112.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 223 (87.5% from 255) = 36.20%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=30.68%
G=36.20%
B=33.12%

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
Decimal1892232040.1500.090.13146.4734.6980.78
HexBDDFCCF09D922351
Octal275337314170111522243121
Binary1011110111011111110011001111010011101100100101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFCC; }

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

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

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

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

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

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

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

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