Html Css Color HEX #BECED1 Iron

📋 copy color: '#BECED1'

red 190 ◦ green 206 ◦ blue 209

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

Shades of Iron #BECED1

Tints of Iron #BECED1

RGB

 RED value IS 190 (74.61% from 255) = 31.4%

 GREEN value IS 206 (80.86% from 255) = 34.05%

 BLUE value IS 209 (82.03% from 255) = 34.55%

R = 31.4%
G = 34.05%
B = 34.55%

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

#BECED1 (or 0xBECED1) is known color: Iron. HEX triplet: BE, CE and D1. RGB value is (190,206,209). Sum of RGB (Red+Green+Blue) = 190+206+209=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 209 - color contains mainly: blue. Hex color #BECED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECED1 is #41312E. Grayscale: #C9C9C9. Windows color (decimal): -4272431 or 13749950. OLE color: 13749950.

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

Color convert

RGB 190 206 209 -
CMYK 0.09 0.01 0 0.18
HSL 189.47º 0.17% 0.78% -
HSV(B) 189.47º 0.09% 0.82% -
XYZ 54.82 59.69 68.95 -
YUV 201.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 190 206 209 0.09 0.01 0 0.18 189.47 0.17 0.78
Hex BE CE D1 9 1 0 12 BD 11 4E
Octal 276 316 321 11 1 0 22 275 21 116
Binary 10111110 11001110 11010001 1001 1 0 10010 10111101 10001 1001110

Color Harmonies of #BECED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECED1

Black with #BECED1

Text Example


Text Example

White with #BECED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECED1; }

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

 H1.HeaderClassName
 {
   color: #BECED1;
 }
 .AnyTagClassName
 {
   color: #BECED1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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