Html Css Color HEX #BECED0 Iron

📋 copy color: '#BECED0'

red 190 ◦ green 206 ◦ blue 208

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

Shades of Iron #BECED0

Tints of Iron #BECED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.44%

R = 31.46%
G = 34.11%
B = 34.44%

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

#BECED0 (or 0xBECED0) is known color: Iron. HEX triplet: BE, CE and D0. RGB value is (190,206,208). Sum of RGB (Red+Green+Blue) = 190+206+208=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 208 - color contains mainly: blue. Hex color #BECED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECED0 is #41312F. Grayscale: #C9C9C9. Windows color (decimal): -4272432 or 13684414. OLE color: 13684414.

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

Color convert

RGB 190 206 208 -
CMYK 0.09 0.01 0 0.18
HSL 186.67º 0.16% 0.78% -
HSV(B) 186.67º 0.09% 0.82% -
XYZ 54.69 59.64 68.3 -
YUV 201.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 190 206 208 0.09 0.01 0 0.18 186.67 0.16 0.78
Hex BE CE D0 9 1 0 12 BB 10 4E
Octal 276 316 320 11 1 0 22 273 20 116
Binary 10111110 11001110 11010000 1001 1 0 10010 10111011 10000 1001110

Color Harmonies of #BECED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECED0

Black with #BECED0

Text Example


Text Example

White with #BECED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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