#BCCACD

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

Shades of Iron #BCCACD

Tints of Iron #BCCACD

Color information

#BCCACD (or 0xBCCACD) is unknown color: approx Iron. HEX triplet: BC, CA and CD. RGB value is (188,202,205). Sum of RGB (Red+Green+Blue) = 188+202+205=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCCACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCACD is #433532. Grayscale: #C6C6C6. Windows color (decimal): -4404531 or 13486780. OLE color: 13486780.

HSL color Cylindrical-coordinate representation of color #BCCACD: hue angle of 190.59º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCCACD is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188202205-
CMYK0.080.0100.20
HSL190.59º14.53%77.06%-
HSV(B)190.59º8.29%80.39%-
XYZ52.8857.3466.04-
YUV198.16131.86120.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=31.60%
G=33.95%
B=34.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882022050.080.0100.20190.5914.5377.06
HexBCCACD81014bff4d
Octal27431231510102427717115
Binary101111001100101011001101100010101001011111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCACD; }

 p { color: rgb(188,202,205); }

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

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

 a { background-color: rgb(188,202,205); }

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

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

 span { border-color: rgb(188,202,205); }

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