#BDDADC

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

Shades of Powder Blue #BDDADC

Tints of Powder Blue #BDDADC

Color information

#BDDADC (or 0xBDDADC) is unknown color: approx Powder Blue. HEX triplet: BD, DA and DC. RGB value is (189,218,220). Sum of RGB (Red+Green+Blue) = 189+218+220=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDDADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDADC is #422523. Grayscale: #D1D1D1. Windows color (decimal): -4334884 or 14473917. OLE color: 14473917.

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

Color convert

RGB189218220-
CMYK0.140.0100.14
HSL183.87º30.69%80.2%-
HSV(B)183.87º14.09%86.27%-
XYZ58.9866.1377.37-
YUV209.56133.89113.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=30.14%
G=34.77%
B=35.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892182200.140.0100.14183.8730.6980.2
HexBDDADCE10Eb81f50
Octal27533233416101627037120
Binary101111011101101011011100111010111010111000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDADC; }

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

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

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

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

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

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

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

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