#BECDD0

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

Shades of Iron #BECDD0

Tints of Iron #BECDD0

Color information

#BECDD0 (or 0xBECDD0) is unknown color: approx Iron. HEX triplet: BE, CD and D0. RGB value is (190,205,208). Sum of RGB (Red+Green+Blue) = 190+205+208=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 208 - color contains mainly: blue. Hex color #BECDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDD0 is #41322F. Grayscale: #C8C8C8. Windows color (decimal): -4272688 or 13684158. OLE color: 13684158.

HSL color Cylindrical-coordinate representation of color #BECDD0: hue angle of 190º degrees, saturation: 0.16, 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 #BECDD0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190205208-
CMYK0.090.0100.18
HSL190º16.07%78.04%-
HSV(B)190º8.65%81.57%-
XYZ54.4559.1668.22-
YUV200.86132.03120.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 208 (81.64% from 255) = 34.49%
R=31.51%
G=34.00%
B=34.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902052080.090.0100.1819016.0778.04
HexBECDD091012be104e
Octal27631532011102227620116
Binary1011111011001101110100001001101001010111110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDD0; }

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

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

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

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

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

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

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

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