#BECCCF

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

Shades of Iron #BECCCF

Tints of Iron #BECCCF

Color information

#BECCCF (or 0xBECCCF) is unknown color: approx Iron. HEX triplet: BE, CC and CF. RGB value is (190,204,207). Sum of RGB (Red+Green+Blue) = 190+204+207=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 207 - color contains mainly: blue. Hex color #BECCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCCF is #413330. Grayscale: #C8C8C8. Windows color (decimal): -4272945 or 13618366. OLE color: 13618366.

HSL color Cylindrical-coordinate representation of color #BECCCF: hue angle of 190.59º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECCCF is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190204207-
CMYK0.080.0100.19
HSL190.59º15.04%77.84%-
HSV(B)190.59º8.21%81.18%-
XYZ54.0958.6467.5-
YUV200.16131.86120.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=31.61%
G=33.94%
B=34.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902042070.080.0100.19190.5915.0477.84
HexBECCCF81013bff4e
Octal27631431710102327717116
Binary101111101100110011001111100010100111011111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCCF; }

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

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

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

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

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

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

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

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