#BDD7DB

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

Shades of Powder Blue #BDD7DB

Tints of Powder Blue #BDD7DB

Color information

#BDD7DB (or 0xBDD7DB) is unknown color: approx Powder Blue. HEX triplet: BD, D7 and DB. RGB value is (189,215,219). Sum of RGB (Red+Green+Blue) = 189+215+219=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 215 (84.38% from 255 or 34.51% 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 #BDD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7DB is #422824. Grayscale: #CFCFCF. Windows color (decimal): -4335653 or 14407613. OLE color: 14407613.

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

Color convert

RGB189215219-
CMYK0.140.0200.14
HSL188º29.41%80%-
HSV(B)188º13.7%85.88%-
XYZ58.0764.5376.41-
YUV207.68134.39114.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.34%
GREEN value IS 215 (84.38% from 255) = 34.51%
BLUE value IS 219 (85.94% from 255) = 35.15%
R=30.34%
G=34.51%
B=35.15%

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
Decimal1892152190.140.0200.1418829.4180
HexBDD7DBE20Ebc1d50
Octal27532733316201627435120
Binary1011110111010111110110111110100111010111100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7DB; }

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

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

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

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

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

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

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

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