#BECCCB

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

Shades of Iron #BECCCB

Tints of Iron #BECCCB

Color information

#BECCCB (or 0xBECCCB) is unknown color: approx Iron. HEX triplet: BE, CC and CB. RGB value is (190,204,203). Sum of RGB (Red+Green+Blue) = 190+204+203=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCCB is #413334. Grayscale: #C7C7C7. Windows color (decimal): -4272949 or 13356222. OLE color: 13356222.

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

Color convert

RGB190204203-
CMYK0.0700.000.2
HSL175.71º12.07%77.25%-
HSV(B)175.71º6.86%80%-
XYZ53.6158.4464.96-
YUV199.7129.86121.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.83%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=31.83%
G=34.17%
B=34.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902042030.0700.000.2175.7112.0777.25
HexBECCCB70014b0c4d
Octal2763143137002426014115
Binary10111110110011001100101111100101001011000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCCB; }

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

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

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

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

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

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

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

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