#BDCACA

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

Shades of Iron #BDCACA

Tints of Iron #BDCACA

Color information

#BDCACA (or 0xBDCACA) is unknown color: approx Iron. HEX triplet: BD, CA and CA. RGB value is (189,202,202). Sum of RGB (Red+Green+Blue) = 189+202+202=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #BDCACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCACA is #423535. Grayscale: #C6C6C6. Windows color (decimal): -4338998 or 13290173. OLE color: 13290173.

HSL color Cylindrical-coordinate representation of color #BDCACA: hue angle of 180º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDCACA is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189202202-
CMYK0.06000.21
HSL180º10.92%76.67%-
HSV(B)180º6.44%79.22%-
XYZ52.7757.3264.16-
YUV198.11130.19121.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.87%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=31.87%
G=34.06%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892022020.06000.2118010.9276.67
HexBDCACA60015b4b4d
Octal2753123126002526413115
Binary10111101110010101100101011000101011011010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCACA; }

 p { color: rgb(189,202,202); }

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

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

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

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

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

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

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