#BECFD4

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

Shades of Iron #BECFD4

Tints of Iron #BECFD4

Color information

#BECFD4 (or 0xBECFD4) is unknown color: approx Iron. HEX triplet: BE, CF and D4. RGB value is (190,207,212). Sum of RGB (Red+Green+Blue) = 190+207+212=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 212 - color contains mainly: blue. Hex color #BECFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFD4 is #41302B. Grayscale: #CACACA. Windows color (decimal): -4272172 or 13946814. OLE color: 13946814.

HSL color Cylindrical-coordinate representation of color #BECFD4: hue angle of 193.64º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BECFD4 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190207212-
CMYK0.100.0200.17
HSL193.64º20.37%78.82%-
HSV(B)193.64º10.38%83.14%-
XYZ55.4360.3371.01-
YUV202.49133.37119.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 212 (83.20% from 255) = 34.81%
R=31.20%
G=33.99%
B=34.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902072120.100.0200.17193.6420.3778.82
HexBECFD4A2011c2144f
Octal27631732412202130224117
Binary10111110110011111101010010101001000111000010101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECFD4; }

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

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

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

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

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

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

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

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