#BDCDD2

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

Shades of Iron #BDCDD2

Tints of Iron #BDCDD2

Color information

#BDCDD2 (or 0xBDCDD2) is unknown color: approx Iron. HEX triplet: BD, CD and D2. RGB value is (189,205,210). Sum of RGB (Red+Green+Blue) = 189+205+210=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDCDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDD2 is #42322D. Grayscale: #C8C8C8. Windows color (decimal): -4338222 or 13815229. OLE color: 13815229.

HSL color Cylindrical-coordinate representation of color #BDCDD2: hue angle of 194.29º degrees, saturation: 0.19, 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 #BDCDD2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189205210-
CMYK0.100.0200.18
HSL194.29º18.92%78.24%-
HSV(B)194.29º10%82.35%-
XYZ54.4559.1369.52-
YUV200.79133.2119.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 210 (82.42% from 255) = 34.77%
R=31.29%
G=33.94%
B=34.77%

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
Decimal1892052100.100.0200.18194.2918.9278.24
HexBDCDD2A2012c2134e
Octal27531532212202230223116
Binary10111101110011011101001010101001001011000010100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDD2; }

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

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

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

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

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

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

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

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