#BDD8DB

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

Shades of Powder Blue #BDD8DB

Tints of Powder Blue #BDD8DB

Color information

#BDD8DB (or 0xBDD8DB) is unknown color: approx Powder Blue. HEX triplet: BD, D8 and DB. RGB value is (189,216,219). Sum of RGB (Red+Green+Blue) = 189+216+219=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8DB is #422724. Grayscale: #D0D0D0. Windows color (decimal): -4335397 or 14407869. OLE color: 14407869.

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

Color convert

RGB189216219-
CMYK0.140.0100.14
HSL186º29.41%80%-
HSV(B)186º13.7%85.88%-
XYZ58.3365.0576.5-
YUV208.27134.05114.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 216 (84.77% from 255) = 34.62%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=30.29%
G=34.62%
B=35.10%

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
Decimal1892162190.140.0100.1418629.4180
HexBDD8DBE10Eba1d50
Octal27533033316101627235120
Binary101111011101100011011011111010111010111010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8DB; }

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

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

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

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

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

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

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

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