#BEC9CC

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

Shades of Iron #BEC9CC

Tints of Iron #BEC9CC

Color information

#BEC9CC (or 0xBEC9CC) is unknown color: approx Iron. HEX triplet: BE, C9 and CC. RGB value is (190,201,204). Sum of RGB (Red+Green+Blue) = 190+201+204=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9CC is #413633. Grayscale: #C6C6C6. Windows color (decimal): -4273716 or 13420990. OLE color: 13420990.

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

Color convert

RGB190201204-
CMYK0.070.0100.2
HSL192.86º12.07%77.25%-
HSV(B)192.86º6.86%80%-
XYZ53.0257.0865.35-
YUV198.05131.36122.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 201 (78.91% from 255) = 33.78%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=31.93%
G=33.78%
B=34.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902012040.070.0100.2192.8612.0777.25
HexBEC9CC71014c1c4d
Octal2763113147102430114115
Binary10111110110010011100110011110101001100000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9CC; }

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

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

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

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

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

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

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

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