#BCD9DC

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

Shades of Powder Blue #BCD9DC

Tints of Powder Blue #BCD9DC

Color information

#BCD9DC (or 0xBCD9DC) is unknown color: approx Powder Blue. HEX triplet: BC, D9 and DC. RGB value is (188,217,220). Sum of RGB (Red+Green+Blue) = 188+217+220=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9DC is #432623. Grayscale: #D0D0D0. Windows color (decimal): -4400676 or 14473660. OLE color: 14473660.

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

Color convert

RGB188217220-
CMYK0.150.0100.14
HSL185.62º31.37%80%-
HSV(B)185.62º14.55%86.27%-
XYZ58.4765.4877.27-
YUV208.67134.39113.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 217 (85.16% from 255) = 34.72%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=30.08%
G=34.72%
B=35.2%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882172200.150.0100.14185.6231.3780
HexBCD9DCF10Eba1f50
Octal27433133417101627237120
Binary101111001101100111011100111110111010111010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD9DC; }

 p { color: rgb(188,217,220); }

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

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

 a { background-color: rgb(188,217,220); }

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

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

 span { border-color: rgb(188,217,220); }

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