#BDDADD

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

Shades of Powder Blue #BDDADD

Tints of Powder Blue #BDDADD

Color information

#BDDADD (or 0xBDDADD) is unknown color: approx Powder Blue. HEX triplet: BD, DA and DD. RGB value is (189,218,221). Sum of RGB (Red+Green+Blue) = 189+218+221=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDDADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDADD is #422522. Grayscale: #D1D1D1. Windows color (decimal): -4334883 or 14539453. OLE color: 14539453.

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

Color convert

RGB189218221-
CMYK0.140.0100.13
HSL185.62º32%80.39%-
HSV(B)185.62º14.48%86.67%-
XYZ59.1166.1878.07-
YUV209.67134.39113.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 218 (85.55% from 255) = 34.71%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=30.10%
G=34.71%
B=35.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892182210.140.0100.13185.623280.39
HexBDDADDE10Dba2050
Octal27533233516101527240120
Binary1011110111011010110111011110101101101110101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDADD; }

 p { color: rgb(189,218,221); }

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

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

 a { background-color: rgb(189,218,221); }

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

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

 span { border-color: rgb(189,218,221); }

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