#BECCCC

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

Shades of Iron #BECCCC

Tints of Iron #BECCCC

Color information

#BECCCC (or 0xBECCCC) is unknown color: approx Iron. HEX triplet: BE, CC and CC. RGB value is (190,204,204). Sum of RGB (Red+Green+Blue) = 190+204+204=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #BECCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCCC is #413333. Grayscale: #C7C7C7. Windows color (decimal): -4272948 or 13421758. OLE color: 13421758.

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

Color convert

RGB190204204-
CMYK0.07000.2
HSL180º12.07%77.25%-
HSV(B)180º6.86%80%-
XYZ53.7358.4965.59-
YUV199.81130.36121-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.77%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=31.77%
G=34.11%
B=34.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902042040.07000.218012.0777.25
HexBECCCC70014b4c4d
Octal2763143147002426414115
Binary10111110110011001100110011100101001011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCCC; }

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

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

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

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

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

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

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

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