#BDD6DB

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

Shades of Powder Blue #BDD6DB

Tints of Powder Blue #BDD6DB

Color information

#BDD6DB (or 0xBDD6DB) is unknown color: approx Powder Blue. HEX triplet: BD, D6 and DB. RGB value is (189,214,219). Sum of RGB (Red+Green+Blue) = 189+214+219=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6DB is #422924. Grayscale: #CFCFCF. Windows color (decimal): -4335909 or 14407357. OLE color: 14407357.

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

Color convert

RGB189214219-
CMYK0.140.0200.14
HSL190º29.41%80%-
HSV(B)190º13.7%85.88%-
XYZ57.8264.0376.33-
YUV207.1134.72115.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 214 (83.98% from 255) = 34.41%
BLUE value IS 219 (85.94% from 255) = 35.21%
R=30.39%
G=34.41%
B=35.21%

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
Decimal1892142190.140.0200.1419029.4180
HexBDD6DBE20Ebe1d50
Octal27532633316201627635120
Binary1011110111010110110110111110100111010111110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6DB; }

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

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

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

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

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

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

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

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