#BDCCCB

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

Shades of Iron #BDCCCB

Tints of Iron #BDCCCB

Color information

#BDCCCB (or 0xBDCCCB) is unknown color: approx Iron. HEX triplet: BD, CC and CB. RGB value is (189,204,203). Sum of RGB (Red+Green+Blue) = 189+204+203=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCCB is #423334. Grayscale: #C7C7C7. Windows color (decimal): -4338485 or 13356221. OLE color: 13356221.

HSL color Cylindrical-coordinate representation of color #BDCCCB: hue angle of 176º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDCCCB is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB189204203-
CMYK0.0700.000.2
HSL176º12.82%77.06%-
HSV(B)176º7.35%80%-
XYZ53.3658.3264.94-
YUV199.4130.03120.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 204 (80.08% from 255) = 34.23%
BLUE value IS 203 (79.69% from 255) = 34.06%
R=31.71%
G=34.23%
B=34.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892042030.0700.000.217612.8277.06
HexBDCCCB70014b0d4d
Octal2753143137002426015115
Binary10111101110011001100101111100101001011000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCCB; }

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

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

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

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

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

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

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

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