#BDDBDC

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

Shades of Powder Blue #BDDBDC

Tints of Powder Blue #BDDBDC

Color information

#BDDBDC (or 0xBDDBDC) is unknown color: approx Powder Blue. HEX triplet: BD, DB and DC. RGB value is (189,219,220). Sum of RGB (Red+Green+Blue) = 189+219+220=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDDBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBDC is #422423. Grayscale: #D2D2D2. Windows color (decimal): -4334628 or 14474173. OLE color: 14474173.

HSL color Cylindrical-coordinate representation of color #BDDBDC: hue angle of 181.94º degrees, saturation: 0.31, 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 #BDDBDC is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189219220-
CMYK0.140.0000.14
HSL181.94º30.69%80.2%-
HSV(B)181.94º14.09%86.27%-
XYZ59.2466.6577.45-
YUV210.14133.56112.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 220 (86.33% from 255) = 35.03%
R=30.10%
G=34.87%
B=35.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892192200.140.0000.14181.9430.6980.2
HexBDDBDCE00Eb61f50
Octal27533333416001626637120
Binary101111011101101111011100111000111010110110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBDC; }

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

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

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

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

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

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

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

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