#BCD8DB

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

Shades of Powder Blue #BCD8DB

Tints of Powder Blue #BCD8DB

Color information

#BCD8DB (or 0xBCD8DB) is unknown color: approx Powder Blue. HEX triplet: BC, D8 and DB. RGB value is (188,216,219). Sum of RGB (Red+Green+Blue) = 188+216+219=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8DB is #432724. Grayscale: #CFCFCF. Windows color (decimal): -4400933 or 14407868. OLE color: 14407868.

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

Color convert

RGB188216219-
CMYK0.140.0100.14
HSL185.81º30.1%79.8%-
HSV(B)185.81º14.16%85.88%-
XYZ58.0864.9276.49-
YUV207.97134.22113.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 216 (84.77% from 255) = 34.67%
BLUE value IS 219 (85.94% from 255) = 35.15%
R=30.18%
G=34.67%
B=35.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882162190.140.0100.14185.8130.179.8
HexBCD8DBE10Eba1e50
Octal27433033316101627236120
Binary101111001101100011011011111010111010111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8DB; }

 p { color: rgb(188,216,219); }

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

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

 a { background-color: rgb(188,216,219); }

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

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

 span { border-color: rgb(188,216,219); }

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