#BDDCDF

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

Shades of Powder Blue #BDDCDF

Tints of Powder Blue #BDDCDF

Color information

#BDDCDF (or 0xBDDCDF) is unknown color: approx Powder Blue. HEX triplet: BD, DC and DF. RGB value is (189,220,223). Sum of RGB (Red+Green+Blue) = 189+220+223=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDDCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCDF is #422320. Grayscale: #D3D3D3. Windows color (decimal): -4334369 or 14671037. OLE color: 14671037.

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

Color convert

RGB189220223-
CMYK0.150.0100.13
HSL185.29º34.69%80.78%-
HSV(B)185.29º15.25%87.45%-
XYZ59.967.3379.65-
YUV211.07134.73112.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.91%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=29.91%
G=34.81%
B=35.28%

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
Decimal1892202230.150.0100.13185.2934.6980.78
HexBDDCDFF10Db92351
Octal27533433717101527143121
Binary1011110111011100110111111111101101101110011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCDF; }

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

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

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

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

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

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

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

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