#BCD9DF

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

Shades of Powder Blue #BCD9DF

Tints of Powder Blue #BCD9DF

Color information

#BCD9DF (or 0xBCD9DF) is unknown color: approx Powder Blue. HEX triplet: BC, D9 and DF. RGB value is (188,217,223). Sum of RGB (Red+Green+Blue) = 188+217+223=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCD9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9DF is #432620. Grayscale: #D0D0D0. Windows color (decimal): -4400673 or 14670268. OLE color: 14670268.

HSL color Cylindrical-coordinate representation of color #BCD9DF: hue angle of 190.29º 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 #BCD9DF is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188217223-
CMYK0.160.0300.13
HSL190.29º35.35%80.59%-
HSV(B)190.29º15.7%87.45%-
XYZ58.8765.6479.38-
YUV209.01135.89113.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 217 (85.16% from 255) = 34.55%
BLUE value IS 223 (87.5% from 255) = 35.51%
R=29.94%
G=34.55%
B=35.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882172230.160.0300.13190.2935.3580.59
HexBCD9DF1030Dbe2351
Octal27433133720301527643121
Binary101111001101100111011111100001101101101111101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD9DF; }

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

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

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

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

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

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

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

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