#BECCCD

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

Shades of Iron #BECCCD

Tints of Iron #BECCCD

Color information

#BECCCD (or 0xBECCCD) is unknown color: approx Iron. HEX triplet: BE, CC and CD. RGB value is (190,204,205). Sum of RGB (Red+Green+Blue) = 190+204+205=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 205 - color contains mainly: blue. Hex color #BECCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCCD is #413332. Grayscale: #C7C7C7. Windows color (decimal): -4272947 or 13487294. OLE color: 13487294.

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

Color convert

RGB190204205-
CMYK0.070.0000.20
HSL184º13.04%77.45%-
HSV(B)184º7.32%80.39%-
XYZ53.8558.5466.22-
YUV199.93130.86120.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.72%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=31.72%
G=34.06%
B=34.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902042050.070.0000.2018413.0477.45
HexBECCCD70014b8d4d
Octal2763143157002427015115
Binary10111110110011001100110111100101001011100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCCD; }

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

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

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

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

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

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

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

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