#BDDBDD

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

Shades of Powder Blue #BDDBDD

Tints of Powder Blue #BDDBDD

Color information

#BDDBDD (or 0xBDDBDD) is unknown color: approx Powder Blue. HEX triplet: BD, DB and DD. RGB value is (189,219,221). Sum of RGB (Red+Green+Blue) = 189+219+221=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDDBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBDD is #422422. Grayscale: #D2D2D2. Windows color (decimal): -4334627 or 14539709. OLE color: 14539709.

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

Color convert

RGB189219221-
CMYK0.140.0100.13
HSL183.75º32%80.39%-
HSV(B)183.75º14.48%86.67%-
XYZ59.3766.778.15-
YUV210.26134.06112.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 219 (85.94% from 255) = 34.82%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=30.05%
G=34.82%
B=35.14%

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
Decimal1892192210.140.0100.13183.753280.39
HexBDDBDDE10Db82050
Octal27533333516101527040120
Binary1011110111011011110111011110101101101110001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBDD; }

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

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

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

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

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

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

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

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