#BDDCDE

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

Shades of Powder Blue #BDDCDE

Tints of Powder Blue #BDDCDE

Color information

#BDDCDE (or 0xBDDCDE) is unknown color: approx Powder Blue. HEX triplet: BD, DC and DE. RGB value is (189,220,222). Sum of RGB (Red+Green+Blue) = 189+220+222=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDDCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCDE is #422321. Grayscale: #D2D2D2. Windows color (decimal): -4334370 or 14605501. OLE color: 14605501.

HSL color Cylindrical-coordinate representation of color #BDDCDE: hue angle of 183.64º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDCDE is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189220222-
CMYK0.150.0100.13
HSL183.64º33.33%80.59%-
HSV(B)183.64º14.86%87.06%-
XYZ59.7667.2878.94-
YUV210.96134.23112.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.95%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 222 (87.11% from 255) = 35.18%
R=29.95%
G=34.87%
B=35.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892202220.150.0100.13183.6433.3380.59
HexBDDCDEF10Db82151
Octal27533433617101527041121
Binary1011110111011100110111101111101101101110001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCDE; }

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

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

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

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

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

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

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

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