#BEC8CA

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

Shades of Iron #BEC8CA

Tints of Iron #BEC8CA

Color information

#BEC8CA (or 0xBEC8CA) is unknown color: approx Iron. HEX triplet: BE, C8 and CA. RGB value is (190,200,202). Sum of RGB (Red+Green+Blue) = 190+200+202=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEC8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8CA is #413735. Grayscale: #C5C5C5. Windows color (decimal): -4273974 or 13289662. OLE color: 13289662.

HSL color Cylindrical-coordinate representation of color #BEC8CA: hue angle of 190º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC8CA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190200202-
CMYK0.060.0100.21
HSL190º10.17%76.86%-
HSV(B)190º5.94%79.22%-
XYZ52.5556.5264.02-
YUV197.24130.69122.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 200 (78.52% from 255) = 33.78%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=32.09%
G=33.78%
B=34.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902002020.060.0100.2119010.1776.86
HexBEC8CA61015bea4d
Octal2763103126102527612115
Binary10111110110010001100101011010101011011111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8CA; }

 p { color: rgb(190,200,202); }

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

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

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

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

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

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

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