Html Css Color HEX #BECFD1 Iron

📋 copy color: '#BECFD1'

red 190 ◦ green 207 ◦ blue 209

#BECFD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iron #BECFD1

Tints of Iron #BECFD1

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 value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BECFD1 (or 0xBECFD1) is known color: 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

RGB 190 207 209 -
CMYK 0.09 0.01 0 0.18
HSL 186.32º 0.17% 0.78% -
HSV(B) 186.32º 0.09% 0.82% -
XYZ 55.06 60.18 69.03 -
YUV 202.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 190 207 209 0.09 0.01 0 0.18 186.32 0.17 0.78
Hex BE CF D1 9 1 0 12 BA 11 4E
Octal 276 317 321 11 1 0 22 272 21 116
Binary 10111110 11001111 11010001 1001 1 0 10010 10111010 10001 1001110

Color Harmonies of #BECFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFD1

Black with #BECFD1

Text Example


Text Example

White with #BECFD1

Text Example


Text Example

HTML Codes & Css Web 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>