Html Css Color HEX #BECED3 Iron

📋 copy color: '#BECED3'

red 190 ◦ green 206 ◦ blue 211

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

Shades of Iron #BECED3

Tints of Iron #BECED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.76%

R = 31.3%
G = 33.94%
B = 34.76%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BECED3 (or 0xBECED3) is known color: Iron. HEX triplet: BE, CE and D3. RGB value is (190,206,211). Sum of RGB (Red+Green+Blue) = 190+206+211=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 211 - color contains mainly: blue. Hex color #BECED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECED3 is #41312C. Grayscale: #C9C9C9. Windows color (decimal): -4272429 or 13881022. OLE color: 13881022.

HSL color Cylindrical-coordinate representation of color #BECED3: hue angle of 194.29º degrees, saturation: 0.19, 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 #BECED3 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 206 211 -
CMYK 0.10 0.02 0 0.17
HSL 194.29º 0.19% 0.79% -
HSV(B) 194.29º 0.1% 0.83% -
XYZ 55.06 59.79 70.27 -
YUV 201.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 190 206 211 0.10 0.02 0 0.17 194.29 0.19 0.79
Hex BE CE D3 A 2 0 11 C2 13 4F
Octal 276 316 323 12 2 0 21 302 23 117
Binary 10111110 11001110 11010011 1010 10 0 10001 11000010 10011 1001111

Color Harmonies of #BECED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECED3

Black with #BECED3

Text Example


Text Example

White with #BECED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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