#BEC9CA

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

Shades of Iron #BEC9CA

Tints of Iron #BEC9CA

Color information

#BEC9CA (or 0xBEC9CA) is unknown color: approx Iron. HEX triplet: BE, C9 and CA. RGB value is (190,201,202). Sum of RGB (Red+Green+Blue) = 190+201+202=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9CA is #413635. Grayscale: #C5C5C5. Windows color (decimal): -4273718 or 13289918. OLE color: 13289918.

HSL color Cylindrical-coordinate representation of color #BEC9CA: hue angle of 185º degrees, saturation: 0.1, 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 #BEC9CA is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190201202-
CMYK0.060.0000.21
HSL185º10.17%76.86%-
HSV(B)185º5.94%79.22%-
XYZ52.7856.9864.09-
YUV197.82130.36122.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 201 (78.91% from 255) = 33.90%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=32.04%
G=33.90%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902012020.060.0000.2118510.1776.86
HexBEC9CA60015b9a4d
Octal2763113126002527112115
Binary10111110110010011100101011000101011011100110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9CA; }

 p { color: rgb(190,201,202); }

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

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

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

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

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

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

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