#BECFD1

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

Shades of Iron #BECFD1

Tints of Iron #BECFD1

Color information

#BECFD1 (or 0xBECFD1) is unknown color: approx Iron. HEX triplet: BE, CF and D1. RGB value is (190,207,209). Sum of RGB (Red+Green+Blue) = 190+207+209=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 209 - color contains mainly: blue. Hex color #BECFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFD1 is #41302E. Grayscale: #CACACA. Windows color (decimal): -4272175 or 13750206. OLE color: 13750206.

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

Color convert

RGB190207209-
CMYK0.090.0100.18
HSL186.32º17.12%78.24%-
HSV(B)186.32º9.09%81.96%-
XYZ55.0660.1869.03-
YUV202.14131.87119.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 207 (81.25% from 255) = 34.16%
BLUE value IS 209 (82.03% from 255) = 34.49%
R=31.35%
G=34.16%
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
Decimal1902072090.090.0100.18186.3217.1278.24
HexBECFD191012ba114e
Octal27631732111102227221116
Binary1011111011001111110100011001101001010111010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECFD1; }

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

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

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

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

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

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

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

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