#BDCBCC

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

Shades of Iron #BDCBCC

Tints of Iron #BDCBCC

Color information

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

HSL color Cylindrical-coordinate representation of color #BDCBCC: hue angle of 184º 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 #BDCBCC is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189203204-
CMYK0.070.0000.2
HSL184º12.82%77.06%-
HSV(B)184º7.35%80%-
XYZ53.2457.8965.49-
YUV198.93130.86120.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892032040.070.0000.218412.8277.06
HexBDCBCC70014b8d4d
Octal2753133147002427015115
Binary10111101110010111100110011100101001011100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBCC; }

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

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

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

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

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

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

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

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