Html Css Color HEX #BECED2 Iron

📋 copy color: '#BECED2'

red 190 ◦ green 206 ◦ blue 210

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

Shades of Iron #BECED2

Tints of Iron #BECED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.65%

R = 31.35%
G = 33.99%
B = 34.65%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BECED2 (or 0xBECED2) is known color: Iron. HEX triplet: BE, CE and D2. RGB value is (190,206,210). Sum of RGB (Red+Green+Blue) = 190+206+210=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 210 - color contains mainly: blue. Hex color #BECED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECED2 is #41312D. Grayscale: #C9C9C9. Windows color (decimal): -4272430 or 13815486. OLE color: 13815486.

HSL color Cylindrical-coordinate representation of color #BECED2: hue angle of 192º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BECED2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 206 210 -
CMYK 0.10 0.02 0 0.18
HSL 192º 0.18% 0.78% -
HSV(B) 192º 0.1% 0.82% -
XYZ 54.94 59.74 69.61 -
YUV 201.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 190 206 210 0.10 0.02 0 0.18 192 0.18 0.78
Hex BE CE D2 A 2 0 12 C0 12 4E
Octal 276 316 322 12 2 0 22 300 22 116
Binary 10111110 11001110 11010010 1010 10 0 10010 11000000 10010 1001110

Color Harmonies of #BECED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECED2

Black with #BECED2

Text Example


Text Example

White with #BECED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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