#BDCCD0

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

Shades of Iron #BDCCD0

Tints of Iron #BDCCD0

Color information

#BDCCD0 (or 0xBDCCD0) is unknown color: approx Iron. HEX triplet: BD, CC and D0. RGB value is (189,204,208). Sum of RGB (Red+Green+Blue) = 189+204+208=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDCCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCD0 is #42332F. Grayscale: #C7C7C7. Windows color (decimal): -4338480 or 13683901. OLE color: 13683901.

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

Color convert

RGB189204208-
CMYK0.090.0200.18
HSL192.63º16.81%77.84%-
HSV(B)192.63º9.13%81.57%-
XYZ53.9658.5668.13-
YUV199.97132.53120.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.45%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 208 (81.64% from 255) = 34.61%
R=31.45%
G=33.94%
B=34.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892042080.090.0200.18192.6316.8177.84
HexBDCCD092012c1114e
Octal27531432011202230121116
Binary10111101110011001101000010011001001011000001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCD0; }

 p { color: rgb(189,204,208); }

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

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

 a { background-color: rgb(189,204,208); }

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

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

 span { border-color: rgb(189,204,208); }

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