#BECCD1

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

Shades of Iron #BECCD1

Tints of Iron #BECCD1

Color information

#BECCD1 (or 0xBECCD1) is unknown color: approx Iron. HEX triplet: BE, CC and D1. RGB value is (190,204,209). Sum of RGB (Red+Green+Blue) = 190+204+209=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 209 - color contains mainly: blue. Hex color #BECCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCD1 is #41332E. Grayscale: #C8C8C8. Windows color (decimal): -4272943 or 13749438. OLE color: 13749438.

HSL color Cylindrical-coordinate representation of color #BECCD1: hue angle of 195.79º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BECCD1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190204209-
CMYK0.090.0200.18
HSL195.79º17.12%78.24%-
HSV(B)195.79º9.09%81.96%-
XYZ54.3458.7468.79-
YUV200.38132.86120.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 209 (82.03% from 255) = 34.66%
R=31.51%
G=33.83%
B=34.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902042090.090.0200.18195.7917.1278.24
HexBECCD192012c4114e
Octal27631432111202230421116
Binary10111110110011001101000110011001001011000100100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCD1; }

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

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

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

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

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

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

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

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