#BCD6DB

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

Shades of Powder Blue #BCD6DB

Tints of Powder Blue #BCD6DB

Color information

#BCD6DB (or 0xBCD6DB) is unknown color: approx Powder Blue. HEX triplet: BC, D6 and DB. RGB value is (188,214,219). Sum of RGB (Red+Green+Blue) = 188+214+219=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6DB is #432924. Grayscale: #CECECE. Windows color (decimal): -4401445 or 14407356. OLE color: 14407356.

HSL color Cylindrical-coordinate representation of color #BCD6DB: hue angle of 189.68º 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 #BCD6DB is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188214219-
CMYK0.140.0200.14
HSL189.68º30.1%79.8%-
HSV(B)189.68º14.16%85.88%-
XYZ57.5763.976.32-
YUV206.8134.89114.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 219 (85.94% from 255) = 35.27%
R=30.27%
G=34.46%
B=35.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882142190.140.0200.14189.6830.179.8
HexBCD6DBE20Ebe1e50
Octal27432633316201627636120
Binary1011110011010110110110111110100111010111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6DB; }

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

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

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

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

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

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

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

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