#BDCDD1

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

Shades of Iron #BDCDD1

Tints of Iron #BDCDD1

Color information

#BDCDD1 (or 0xBDCDD1) is unknown color: approx Iron. HEX triplet: BD, CD and D1. RGB value is (189,205,209). Sum of RGB (Red+Green+Blue) = 189+205+209=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDCDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDD1 is #42322E. Grayscale: #C8C8C8. Windows color (decimal): -4338223 or 13749693. OLE color: 13749693.

HSL color Cylindrical-coordinate representation of color #BDCDD1: hue angle of 192º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDCDD1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189205209-
CMYK0.100.0200.18
HSL192º17.86%78.04%-
HSV(B)192º9.57%81.96%-
XYZ54.3359.0868.86-
YUV200.67132.7119.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 209 (82.03% from 255) = 34.66%
R=31.34%
G=34.00%
B=34.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892052090.100.0200.1819217.8678.04
HexBDCDD1A2012c0124e
Octal27531532112202230022116
Binary10111101110011011101000110101001001011000000100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDD1; }

 p { color: rgb(189,205,209); }

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

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

 a { background-color: rgb(189,205,209); }

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

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

 span { border-color: rgb(189,205,209); }

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