#BDD7DC

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

Shades of Powder Blue #BDD7DC

Tints of Powder Blue #BDD7DC

Color information

#BDD7DC (or 0xBDD7DC) is unknown color: approx Powder Blue. HEX triplet: BD, D7 and DC. RGB value is (189,215,220). Sum of RGB (Red+Green+Blue) = 189+215+220=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDD7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7DC is #422823. Grayscale: #CFCFCF. Windows color (decimal): -4335652 or 14473149. OLE color: 14473149.

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

Color convert

RGB189215220-
CMYK0.140.0200.14
HSL189.68º30.69%80.2%-
HSV(B)189.68º14.09%86.27%-
XYZ58.264.5977.11-
YUV207.8134.89114.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 215 (84.38% from 255) = 34.46%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=30.29%
G=34.46%
B=35.26%

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
Decimal1892152200.140.0200.14189.6830.6980.2
HexBDD7DCE20Ebe1f50
Octal27532733416201627637120
Binary1011110111010111110111001110100111010111110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7DC; }

 p { color: rgb(189,215,220); }

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

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

 a { background-color: rgb(189,215,220); }

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

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

 span { border-color: rgb(189,215,220); }

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